#A62EC2

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

Shades of Dark Orchid #A62EC2

Tints of Dark Orchid #A62EC2

Color information

#A62EC2 (or 0xA62EC2) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and C2. RGB value is (166,46,194). Sum of RGB (Red+Green+Blue) = 166+46+194=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #A62EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EC2 is #59D13D. Grayscale: #626262. Windows color (decimal): -5886270 or 12725926. OLE color: 12725926.

HSL color Cylindrical-coordinate representation of color #A62EC2: hue angle of 288.65º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62EC2 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16646194-
CMYK0.140.7600.24
HSL288.65º61.67%47.06%-
HSV(B)288.65º76.29%76.08%-
XYZ26.4413.9652.34-
YUV98.75181.76175.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 194 (76.17% from 255) = 47.78%
R=40.89%
G=11.33%
B=47.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166461940.140.7600.24288.6561.6747.06
HexA62EC2E4C0181213e2f
Octal24656302161140304417657
Binary101001101011101100001011101001100011000100100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62EC2; }

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

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

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

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

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

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

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

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