#A04297

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

Shades of Violet Blue #A04297

Tints of Violet Blue #A04297

Color information

#A04297 (or 0xA04297) is unknown color: approx Violet Blue. HEX triplet: A0, 42 and 97. RGB value is (160,66,151). Sum of RGB (Red+Green+Blue) = 160+66+151=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04297 is #5FBD68. Grayscale: #676767. Windows color (decimal): -6274409 or 9912992. OLE color: 9912992.

HSL color Cylindrical-coordinate representation of color #A04297: hue angle of 305.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04297 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16066151-
CMYK00.590.060.37
HSL305.74º41.59%44.31%-
HSV(B)305.74º58.75%62.75%-
XYZ22.0313.630.74-
YUV103.8154.64168.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=42.44%
G=17.51%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606615100.590.060.37305.7441.5944.31
HexA0429703B6251322a2c
Octal2401022270736454625254
Binary101000001000010100101110111011110100101100110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04297; }

 p { color: rgb(160,66,151); }

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

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

 a { background-color: rgb(160,66,151); }

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

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

 span { border-color: rgb(160,66,151); }

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