#A52AAA

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

Shades of Dark Orchid #A52AAA

Tints of Dark Orchid #A52AAA

Color information

#A52AAA (or 0xA52AAA) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and AA. RGB value is (165,42,170). Sum of RGB (Red+Green+Blue) = 165+42+170=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAA is #5AD555. Grayscale: #5C5C5C. Windows color (decimal): -5952854 or 11152037. OLE color: 11152037.

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

Color convert

RGB16542170-
CMYK0.030.7500.33
HSL297.66º60.38%41.57%-
HSV(B)297.66º75.29%66.67%-
XYZ23.612.5639.21-
YUV93.37171.25179.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=43.77%
G=11.14%
B=45.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165421700.030.7500.33297.6660.3841.57
HexA52AAA34B02112a3c2a
Octal2455225231130414527452
Binary10100101101010101010101110010110100001100101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AAA; }

 p { color: rgb(165,42,170); }

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

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

 a { background-color: rgb(165,42,170); }

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

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

 span { border-color: rgb(165,42,170); }

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