#A44396

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

Shades of Violet Blue #A44396

Tints of Violet Blue #A44396

Color information

#A44396 (or 0xA44396) is unknown color: approx Violet Blue. HEX triplet: A4, 43 and 96. RGB value is (164,67,150). Sum of RGB (Red+Green+Blue) = 164+67+150=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44396 is #5BBC69. Grayscale: #696969. Windows color (decimal): -6012010 or 9847716. OLE color: 9847716.

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

Color convert

RGB16467150-
CMYK00.590.090.36
HSL308.66º41.99%45.29%-
HSV(B)308.66º59.15%64.31%-
XYZ22.8214.1130.37-
YUV105.46153.14169.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=43.04%
G=17.59%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646715000.590.090.36308.6641.9945.29
HexA4439603B9241352a2d
Octal24410322607311444655255
Binary1010010010000111001011001110111001100100100110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44396; }

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

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

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

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

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

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

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

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