#A52AAB

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

Shades of Dark Orchid #A52AAB

Tints of Dark Orchid #A52AAB

Color information

#A52AAB (or 0xA52AAB) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and AB. RGB value is (165,42,171). Sum of RGB (Red+Green+Blue) = 165+42+171=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAB is #5AD554. Grayscale: #5D5D5D. Windows color (decimal): -5952853 or 11217573. OLE color: 11217573.

HSL color Cylindrical-coordinate representation of color #A52AAB: hue angle of 297.21º degrees, saturation: 0.61, 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 #A52AAB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16542171-
CMYK0.040.7500.33
HSL297.21º60.56%41.76%-
HSV(B)297.21º75.44%67.06%-
XYZ23.712.639.71-
YUV93.48171.75179.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=43.65%
G=11.11%
B=45.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165421710.040.7500.33297.2160.5641.76
HexA52AAB44B0211293d2a
Octal2455225341130414517552
Binary101001011010101010101110010010110100001100101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AAB; }

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

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

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

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

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

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

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

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