#A04296

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

Shades of Violet Blue #A04296

Tints of Violet Blue #A04296

Color information

#A04296 (or 0xA04296) is unknown color: approx Violet Blue. HEX triplet: A0, 42 and 96. RGB value is (160,66,150). Sum of RGB (Red+Green+Blue) = 160+66+150=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04296 is #5FBD69. Grayscale: #676767. Windows color (decimal): -6274410 or 9847456. OLE color: 9847456.

HSL color Cylindrical-coordinate representation of color #A04296: hue angle of 306.38º 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 #A04296 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16066150-
CMYK00.590.060.37
HSL306.38º41.59%44.31%-
HSV(B)306.38º58.75%62.75%-
XYZ21.9513.5730.32-
YUV103.68154.14168.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=42.55%
G=17.55%
B=39.89%

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
Decimal1606615000.590.060.37306.3841.5944.31
HexA0429603B6251322a2c
Octal2401022260736454625254
Binary101000001000010100101100111011110100101100110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04296; }

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

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

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

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

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

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

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

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