#A636CB

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

Shades of Dark Orchid #A636CB

Tints of Dark Orchid #A636CB

Color information

#A636CB (or 0xA636CB) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and CB. RGB value is (166,54,203). Sum of RGB (Red+Green+Blue) = 166+54+203=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A636CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CB is #59C934. Grayscale: #676767. Windows color (decimal): -5884213 or 13317798. OLE color: 13317798.

HSL color Cylindrical-coordinate representation of color #A636CB: hue angle of 285.1º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A636CB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16654203-
CMYK0.180.7300.20
HSL285.1º58.89%50.39%-
HSV(B)285.1º73.4%79.61%-
XYZ27.8215.0657.94-
YUV104.47183.61171.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 54 (21.48% from 255) = 12.77%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=39.24%
G=12.77%
B=47.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166542030.180.7300.20285.158.8950.39
HexA636CB124901411d3b32
Octal24666313221110244357362
Binary1010011011011011001011100101001001010100100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636CB; }

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

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

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

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

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

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

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

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