#a452a0

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

Shades of Violet Blue #A452A0

Tints of Violet Blue #A452A0

Color information

#A452A0 (or 0xA452A0) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and A0. RGB value is (164,82,160). Sum of RGB (Red+Green+Blue) = 164+82+160=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A452A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452A0 is #5BAD5F. Grayscale: #737373. Windows color (decimal): -6008160 or 10506916. OLE color: 10506916.

HSL color Cylindrical-coordinate representation of color #A452A0: hue angle of 302.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A452A0 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16482160-
CMYK00.50.020.36
HSL302.93º33.33%48.24%-
HSV(B)302.93º50%64.31%-
XYZ24.6716.4735.14-
YUV115.41153.17162.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=40.39%
G=20.20%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648216000.50.020.36302.9333.3348.24
HexA452A003222412f2130
Octal2441222400622444574160
Binary10100100101001010100000011001010100100100101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a452a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a452a0; }

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

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

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

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

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

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

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

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