#A62DE0

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

Shades of Dark Orchid #A62DE0

Tints of Dark Orchid #A62DE0

Color information

#A62DE0 (or 0xA62DE0) is unknown color: approx Dark Orchid. HEX triplet: A6, 2D and E0. RGB value is (166,45,224). Sum of RGB (Red+Green+Blue) = 166+45+224=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #A62DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DE0 is #59D21F. Grayscale: #646464. Windows color (decimal): -5886496 or 14691750. OLE color: 14691750.

HSL color Cylindrical-coordinate representation of color #A62DE0: hue angle of 280.56º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62DE0 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16645224-
CMYK0.260.8000.12
HSL280.56º74.27%52.75%-
HSV(B)280.56º79.91%87.84%-
XYZ30.1215.3771.9-
YUV101.58197.09173.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 45 (17.97% from 255) = 10.34%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=38.16%
G=10.34%
B=51.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166452240.260.8000.12280.5674.2752.75
HexA62DE01A500C1194a35
Octal246553403212001443111265
Binary1010011010110111100000110101010000011001000110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DE0; }

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

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

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

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

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

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

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

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