#A45297

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

Shades of Violet Blue #A45297

Tints of Violet Blue #A45297

Color information

#A45297 (or 0xA45297) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 97. RGB value is (164,82,151). Sum of RGB (Red+Green+Blue) = 164+82+151=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A45297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45297 is #5BAD68. Grayscale: #727272. Windows color (decimal): -6008169 or 9917092. OLE color: 9917092.

HSL color Cylindrical-coordinate representation of color #A45297: hue angle of 309.51º 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 #A45297 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16482151-
CMYK00.50.080.36
HSL309.51º33.33%48.24%-
HSV(B)309.51º50%64.31%-
XYZ23.9116.1631.14-
YUV114.38148.67163.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=41.31%
G=20.65%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648215100.50.080.36309.5133.3348.24
HexA452970328241362130
Octal24412222706210444664160
Binary1010010010100101001011101100101000100100100110110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45297; }

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

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

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

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

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

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

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

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