#A52BA1

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

Shades of Vivid Violet #A52BA1

Tints of Vivid Violet #A52BA1

Color information

#A52BA1 (or 0xA52BA1) is unknown color: approx Vivid Violet. HEX triplet: A5, 2B and A1. RGB value is (165,43,161). Sum of RGB (Red+Green+Blue) = 165+43+161=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A52BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BA1 is #5AD45E. Grayscale: #5C5C5C. Windows color (decimal): -5952607 or 10562469. OLE color: 10562469.

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

Color convert

RGB16543161-
CMYK00.740.020.35
HSL301.97º58.65%40.78%-
HSV(B)301.97º73.94%64.71%-
XYZ22.8112.334.89-
YUV92.93166.42179.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=44.72%
G=11.65%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654316100.740.020.35301.9758.6540.78
HexA52BA104A22312e3b29
Octal2455324101122434567351
Binary10100101101011101000010100101010100011100101110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52BA1; }

 p { color: rgb(165,43,161); }

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

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

 a { background-color: rgb(165,43,161); }

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

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

 span { border-color: rgb(165,43,161); }

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