#A62EBA

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

Shades of Dark Orchid #A62EBA

Tints of Dark Orchid #A62EBA

Color information

#A62EBA (or 0xA62EBA) is unknown color: approx Dark Orchid. HEX triplet: A6, 2E and BA. RGB value is (166,46,186). Sum of RGB (Red+Green+Blue) = 166+46+186=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A62EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EBA is #59D145. Grayscale: #616161. Windows color (decimal): -5886278 or 12201638. OLE color: 12201638.

HSL color Cylindrical-coordinate representation of color #A62EBA: hue angle of 291.43º 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 #A62EBA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16646186-
CMYK0.110.7500.27
HSL291.43º60.34%45.49%-
HSV(B)291.43º75.27%72.94%-
XYZ25.5713.6147.73-
YUV97.84177.76176.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=41.71%
G=11.56%
B=46.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166461860.110.7500.27291.4360.3445.49
HexA62EBAB4B01B1233c2d
Octal24656272131130334437455
Binary101001101011101011101010111001011011011100100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62EBA; }

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

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

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

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

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

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

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

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