#A62DAA

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

Shades of Dark Orchid #A62DAA

Tints of Dark Orchid #A62DAA

Color information

#A62DAA (or 0xA62DAA) is unknown color: approx Dark Orchid. HEX triplet: A6, 2D and AA. RGB value is (166,45,170). Sum of RGB (Red+Green+Blue) = 166+45+170=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A62DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DAA is #59D255. Grayscale: #5F5F5F. Windows color (decimal): -5886550 or 11152806. OLE color: 11152806.

HSL color Cylindrical-coordinate representation of color #A62DAA: hue angle of 298.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62DAA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16645170-
CMYK0.020.7400.33
HSL298.08º58.14%42.16%-
HSV(B)298.08º73.53%66.67%-
XYZ23.9212.8939.26-
YUV95.43170.09178.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 45 (17.97% from 255) = 11.81%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=43.57%
G=11.81%
B=44.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166451700.020.7400.33298.0858.1442.16
HexA62DAA24A02112a3a2a
Octal2465525221120414527252
Binary10100110101101101010101010010100100001100101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DAA; }

 p { color: rgb(166,45,170); }

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

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

 a { background-color: rgb(166,45,170); }

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

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

 span { border-color: rgb(166,45,170); }

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