#A62EB9

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

Shades of Dark Orchid #A62EB9

Tints of Dark Orchid #A62EB9

Color information

#A62EB9 (or 0xA62EB9) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and B9. RGB value is (166,46,185). Sum of RGB (Red+Green+Blue) = 166+46+185=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #A62EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EB9 is #59D146. Grayscale: #616161. Windows color (decimal): -5886279 or 12136102. OLE color: 12136102.

HSL color Cylindrical-coordinate representation of color #A62EB9: hue angle of 291.8º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62EB9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16646185-
CMYK0.100.7500.27
HSL291.8º60.17%45.29%-
HSV(B)291.8º75.14%72.55%-
XYZ25.4613.5647.18-
YUV97.73177.26176.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=41.81%
G=11.59%
B=46.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166461850.100.7500.27291.860.1745.29
HexA62EB9A4B01B1243c2d
Octal24656271121130334447455
Binary101001101011101011100110101001011011011100100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62EB9; }

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

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

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

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

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

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

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

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