#A44297

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

Shades of Violet Blue #A44297

Tints of Violet Blue #A44297

Color information

#A44297 (or 0xA44297) is unknown color: approx Violet Blue. HEX triplet: A4, 42 and 97. RGB value is (164,66,151). Sum of RGB (Red+Green+Blue) = 164+66+151=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44297 is #5BBD68. Grayscale: #686868. Windows color (decimal): -6012265 or 9912996. OLE color: 9912996.

HSL color Cylindrical-coordinate representation of color #A44297: hue angle of 307.96º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44297 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16466151-
CMYK00.600.080.36
HSL307.96º42.61%45.1%-
HSV(B)307.96º59.76%64.31%-
XYZ22.8414.0230.78-
YUV104.99153.97170.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=43.04%
G=17.32%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646615100.600.080.36307.9642.6145.1
HexA4429703C8241342b2d
Octal24410222707410444645355
Binary1010010010000101001011101111001000100100100110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44297; }

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

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

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

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

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

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

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

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