#A52AAC

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

Shades of Dark Orchid #A52AAC

Tints of Dark Orchid #A52AAC

Color information

#A52AAC (or 0xA52AAC) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and AC. RGB value is (165,42,172). Sum of RGB (Red+Green+Blue) = 165+42+172=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAC is #5AD553. Grayscale: #5D5D5D. Windows color (decimal): -5952852 or 11283109. OLE color: 11283109.

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

Color convert

RGB16542172-
CMYK0.040.7600.33
HSL296.77º60.75%41.96%-
HSV(B)296.77º75.58%67.45%-
XYZ23.7912.6340.21-
YUV93.6172.25178.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=43.54%
G=11.08%
B=45.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165421720.040.7600.33296.7760.7541.96
HexA52AAC44C0211293d2a
Octal2455225441140414517552
Binary101001011010101010110010010011000100001100101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AAC; }

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

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

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

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

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

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

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

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