#A636CF

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

Shades of Dark Orchid #A636CF

Tints of Dark Orchid #A636CF

Color information

#A636CF (or 0xA636CF) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and CF. RGB value is (166,54,207). Sum of RGB (Red+Green+Blue) = 166+54+207=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A636CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CF is #59C930. Grayscale: #686868. Windows color (decimal): -5884209 or 13579942. OLE color: 13579942.

HSL color Cylindrical-coordinate representation of color #A636CF: hue angle of 283.92º 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 #A636CF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16654207-
CMYK0.200.7400.19
HSL283.92º61.45%51.18%-
HSV(B)283.92º73.91%81.18%-
XYZ28.3115.2560.48-
YUV104.93185.61171.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 54 (21.48% from 255) = 12.65%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=38.88%
G=12.65%
B=48.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166542070.200.7400.19283.9261.4551.18
HexA636CF144A01311c3d33
Octal24666317241120234347563
Binary1010011011011011001111101001001010010011100011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636CF; }

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

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

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

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

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

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

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

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