#A152A0

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

Shades of Violet Blue #A152A0

Tints of Violet Blue #A152A0

Color information

#A152A0 (or 0xA152A0) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and A0. RGB value is (161,82,160). Sum of RGB (Red+Green+Blue) = 161+82+160=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A152A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A152A0 is #5EAD5F. Grayscale: #727272. Windows color (decimal): -6204768 or 10506913. OLE color: 10506913.

HSL color Cylindrical-coordinate representation of color #A152A0: hue angle of 300.76º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A152A0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16182160-
CMYK00.490.010.37
HSL300.76º32.51%47.65%-
HSV(B)300.76º49.07%63.14%-
XYZ24.0616.1535.11-
YUV114.51153.67161.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=39.95%
G=20.35%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618216000.490.010.37300.7632.5147.65
HexA152A003112512d2130
Octal2411222400611454554160
Binary1010000110100101010000001100011100101100101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A152A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A152A0; }

 p { color: rgb(161,82,160); }

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

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

 a { background-color: rgb(161,82,160); }

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

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

 span { border-color: rgb(161,82,160); }

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