#A836AE

Color #A836AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A836AE

Tints of Dark Orchid #A836AE

Color information

#A836AE (or 0xA836AE) is unknown color: approx Dark Orchid. HEX triplet: A8, 36 and AE. RGB value is (168,54,174). Sum of RGB (Red+Green+Blue) = 168+54+174=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A836AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AE is #57C951. Grayscale: #656565. Windows color (decimal): -5753170 or 11417256. OLE color: 11417256.

HSL color Cylindrical-coordinate representation of color #A836AE: hue angle of 297º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A836AE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16854174-
CMYK0.030.6900.32
HSL297º52.63%44.71%-
HSV(B)297º68.97%68.24%-
XYZ25.1114.0241.43-
YUV101.77168.77175.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 13.64%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=42.42%
G=13.64%
B=43.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168541740.030.6900.3229752.6344.71
HexA836AE345020129352d
Octal2506625631050404516555
Binary10101000110110101011101110001010100000100101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A836AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A836AE; }

 p { color: rgb(168,54,174); }

 H1.HeaderClassName
 {
   color: #A836AE;
 }
 .AnyTagClassName
 {
   color: #A836AE;
 }
</style>
background-color css

<style>
 a { background-color: #A836AE; }

 a { background-color: rgb(168,54,174); }

 div.DivClassName
 {
   background-color: #A836AE;
 }
 .BgClassName
 {
   background-color: #A836AE;
 }
</style>
border-color css

<style>
 span { border-color: #A836AE; }

 span { border-color: rgb(168,54,174); }

 td.TdClassName
 {
   border-color: #A836AE;
 }
 .TagClassName
 {
   border-color: #A836AE;
 }
</style>