#A52CA2

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

Shades of Vivid Violet #A52CA2

Tints of Vivid Violet #A52CA2

Color information

#A52CA2 (or 0xA52CA2) is unknown color: approx Vivid Violet. HEX triplet: A5, 2C and A2. RGB value is (165,44,162). Sum of RGB (Red+Green+Blue) = 165+44+162=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A52CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CA2 is #5AD35D. Grayscale: #5D5D5D. Windows color (decimal): -5952350 or 10628261. OLE color: 10628261.

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

Color convert

RGB16544162-
CMYK00.730.020.35
HSL301.49º57.89%40.98%-
HSV(B)301.49º73.33%64.71%-
XYZ22.9412.4135.37-
YUV93.63166.59178.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 44 (17.58% from 255) = 11.86%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=44.47%
G=11.86%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654416200.730.020.35301.4957.8940.98
HexA52CA204922312d3a29
Octal2455424201112434557251
Binary10100101101100101000100100100110100011100101101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52CA2; }

 p { color: rgb(165,44,162); }

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

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

 a { background-color: rgb(165,44,162); }

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

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

 span { border-color: rgb(165,44,162); }

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