#A62DCF

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

Shades of Dark Orchid #A62DCF

Tints of Dark Orchid #A62DCF

Color information

#A62DCF (or 0xA62DCF) is unknown color: approx Dark Orchid. HEX triplet: A6, 2D and CF. RGB value is (166,45,207). Sum of RGB (Red+Green+Blue) = 166+45+207=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A62DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DCF is #59D230. Grayscale: #636363. Windows color (decimal): -5886513 or 13577638. OLE color: 13577638.

HSL color Cylindrical-coordinate representation of color #A62DCF: hue angle of 284.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62DCF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16645207-
CMYK0.200.7800.19
HSL284.81º64.29%49.41%-
HSV(B)284.81º78.26%81.18%-
XYZ27.9314.4960.36-
YUV99.65188.59175.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 45 (17.97% from 255) = 10.77%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=39.71%
G=10.77%
B=49.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166452070.200.7800.19284.8164.2949.41
HexA62DCF144E01311d4031
Octal246553172411602343510061
Binary10100110101101110011111010010011100100111000111011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DCF; }

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

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

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

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

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

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

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

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