#A44397

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

Shades of Violet Blue #A44397

Tints of Violet Blue #A44397

Color information

#A44397 (or 0xA44397) is unknown color: approx Violet Blue. HEX triplet: A4, 43 and 97. RGB value is (164,67,151). Sum of RGB (Red+Green+Blue) = 164+67+151=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A44397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44397 is #5BBC68. Grayscale: #696969. Windows color (decimal): -6012009 or 9913252. OLE color: 9913252.

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

Color convert

RGB16467151-
CMYK00.590.080.36
HSL308.04º41.99%45.29%-
HSV(B)308.04º59.15%64.31%-
XYZ22.914.1430.8-
YUV105.58153.64169.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 67 (26.56% from 255) = 17.54%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=42.93%
G=17.54%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646715100.590.080.36308.0441.9945.29
HexA4439703B8241342a2d
Octal24410322707310444645255
Binary1010010010000111001011101110111000100100100110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44397; }

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

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

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

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

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

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

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

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