#A62ECA

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

Shades of Dark Orchid #A62ECA

Tints of Dark Orchid #A62ECA

Color information

#A62ECA (or 0xA62ECA) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and CA. RGB value is (166,46,202). Sum of RGB (Red+Green+Blue) = 166+46+202=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECA is #59D135. Grayscale: #636363. Windows color (decimal): -5886262 or 13250214. OLE color: 13250214.

HSL color Cylindrical-coordinate representation of color #A62ECA: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62ECA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16646202-
CMYK0.180.7700.21
HSL286.15º62.9%48.63%-
HSV(B)286.15º77.23%79.22%-
XYZ27.3614.3357.2-
YUV99.66185.76175.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 46 (18.36% from 255) = 11.11%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=40.10%
G=11.11%
B=48.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166462020.180.7700.21286.1562.948.63
HexA62ECA124D01511e3f31
Octal24656312221150254367761
Binary1010011010111011001010100101001101010101100011110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62ECA; }

 p { color: rgb(166,46,202); }

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

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

 a { background-color: rgb(166,46,202); }

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

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

 span { border-color: rgb(166,46,202); }

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