#A636AB

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

Shades of Dark Orchid #A636AB

Tints of Dark Orchid #A636AB

Color information

#A636AB (or 0xA636AB) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and AB. RGB value is (166,54,171). Sum of RGB (Red+Green+Blue) = 166+54+171=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A636AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636AB is #59C954. Grayscale: #646464. Windows color (decimal): -5884245 or 11220646. OLE color: 11220646.

HSL color Cylindrical-coordinate representation of color #A636AB: hue angle of 297.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A636AB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16654171-
CMYK0.030.6800.33
HSL297.44º52%44.12%-
HSV(B)297.44º68.42%67.06%-
XYZ24.413.6939.88-
YUV100.83167.61174.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=42.46%
G=13.81%
B=43.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166541710.030.6800.33297.445244.12
HexA636AB344021129342c
Octal2466625331040414516454
Binary10100110110110101010111110001000100001100101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636AB; }

 p { color: rgb(166,54,171); }

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

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

 a { background-color: rgb(166,54,171); }

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

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

 span { border-color: rgb(166,54,171); }

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