#A52AA4

Color #A52AA4 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A52AA4

Tints of Vivid Violet #A52AA4

Color information

#A52AA4 (or 0xA52AA4) is unknown color: approx Vivid Violet. HEX triplet: A5, 2A and A4. RGB value is (165,42,164). Sum of RGB (Red+Green+Blue) = 165+42+164=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A52AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AA4 is #5AD55B. Grayscale: #5C5C5C. Windows color (decimal): -5952860 or 10758821. OLE color: 10758821.

HSL color Cylindrical-coordinate representation of color #A52AA4: hue angle of 300.49º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52AA4 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16542164-
CMYK00.750.010.35
HSL300.49º59.42%40.59%-
HSV(B)300.49º74.55%64.71%-
XYZ23.0512.3436.29-
YUV92.68168.25179.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=44.47%
G=11.32%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654216400.750.010.35300.4959.4240.59
HexA52AA404B12312c3b29
Octal2455224401131434547351
Binary1010010110101010100100010010111100011100101100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AA4; }

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

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

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

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

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

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

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

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