#A45097

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

Shades of Violet Blue #A45097

Tints of Violet Blue #A45097

Color information

#A45097 (or 0xA45097) is unknown color: approx Violet Blue. HEX triplet: A4, 50 and 97. RGB value is (164,80,151). Sum of RGB (Red+Green+Blue) = 164+80+151=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45097 is #5BAF68. Grayscale: #717171. Windows color (decimal): -6008681 or 9916580. OLE color: 9916580.

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

Color convert

RGB16480151-
CMYK00.510.080.36
HSL309.29º34.43%47.84%-
HSV(B)309.29º51.22%64.31%-
XYZ23.7615.8631.09-
YUV113.21149.33164.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=41.52%
G=20.25%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648015100.510.080.36309.2934.4347.84
HexA450970338241352230
Octal24412022706310444654260
Binary1010010010100001001011101100111000100100100110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45097; }

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

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

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

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

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

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

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

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