#A636CE

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

Shades of Dark Orchid #A636CE

Tints of Dark Orchid #A636CE

Color information

#A636CE (or 0xA636CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and CE. RGB value is (166,54,206). Sum of RGB (Red+Green+Blue) = 166+54+206=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #A636CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CE is #59C931. Grayscale: #686868. Windows color (decimal): -5884210 or 13514406. OLE color: 13514406.

HSL color Cylindrical-coordinate representation of color #A636CE: hue angle of 284.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A636CE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16654206-
CMYK0.190.7400.19
HSL284.21º60.8%50.98%-
HSV(B)284.21º73.79%80.78%-
XYZ28.1915.259.84-
YUV104.82185.11171.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 206 (80.86% from 255) = 48.36%
R=38.97%
G=12.68%
B=48.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166542060.190.7400.19284.2160.850.98
HexA636CE134A01311c3d33
Octal24666316231120234347563
Binary1010011011011011001110100111001010010011100011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636CE; }

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

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

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

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

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

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

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

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