#a52aad

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

Shades of Dark Orchid #A52AAD

Tints of Dark Orchid #A52AAD

Color information

#A52AAD (or 0xA52AAD) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and AD. RGB value is (165,42,173). Sum of RGB (Red+Green+Blue) = 165+42+173=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A52AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAD is #5AD552. Grayscale: #5D5D5D. Windows color (decimal): -5952851 or 11348645. OLE color: 11348645.

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

Color convert

RGB16542173-
CMYK0.050.7600.32
HSL296.34º60.93%42.16%-
HSV(B)296.34º75.72%67.84%-
XYZ23.8912.6740.72-
YUV93.71172.75178.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 42 (16.80% from 255) = 11.05%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=43.42%
G=11.05%
B=45.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165421730.050.7600.32296.3460.9342.16
HexA52AAD54C0201283d2a
Octal2455225551140404507552
Binary101001011010101010110110110011000100000100101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52aad; }

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

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

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

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

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

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

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

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