#A44A96

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

Shades of Violet Blue #A44A96

Tints of Violet Blue #A44A96

Color information

#A44A96 (or 0xA44A96) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and 96. RGB value is (164,74,150). Sum of RGB (Red+Green+Blue) = 164+74+150=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A96 is #5BB569. Grayscale: #6D6D6D. Windows color (decimal): -6010218 or 9849508. OLE color: 9849508.

HSL color Cylindrical-coordinate representation of color #A44A96: hue angle of 309.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A96 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16474150-
CMYK00.550.090.36
HSL309.33º37.82%46.67%-
HSV(B)309.33º54.88%64.31%-
XYZ23.2614.9930.52-
YUV109.57150.82166.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=42.27%
G=19.07%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647415000.550.090.36309.3337.8246.67
HexA44A96037924135262f
Octal24411222606711444654657
Binary1010010010010101001011001101111001100100100110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A96; }

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

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

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

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

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

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

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

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