#A62FAE

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

Shades of Dark Orchid #A62FAE

Tints of Dark Orchid #A62FAE

Color information

#A62FAE (or 0xA62FAE) is unknown color: approx Dark Orchid. HEX triplet: A6, 2F and AE. RGB value is (166,47,174). Sum of RGB (Red+Green+Blue) = 166+47+174=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #A62FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FAE is #59D051. Grayscale: #606060. Windows color (decimal): -5886034 or 11415462. OLE color: 11415462.

HSL color Cylindrical-coordinate representation of color #A62FAE: hue angle of 296.22º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62FAE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16647174-
CMYK0.050.7300.32
HSL296.22º57.47%43.33%-
HSV(B)296.22º72.99%68.24%-
XYZ24.3813.241.31-
YUV97.06171.42177.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 47 (18.75% from 255) = 12.14%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=42.89%
G=12.14%
B=44.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166471740.050.7300.32296.2257.4743.33
HexA62FAE549020128392b
Octal2465725651110404507153
Binary101001101011111010111010110010010100000100101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62FAE; }

 p { color: rgb(166,47,174); }

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

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

 a { background-color: rgb(166,47,174); }

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

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

 span { border-color: rgb(166,47,174); }

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