#A44F92

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

Shades of Violet Blue #A44F92

Tints of Violet Blue #A44F92

Color information

#A44F92 (or 0xA44F92) is unknown color: approx Violet Blue. HEX triplet: A4, 4F and 92. RGB value is (164,79,146). Sum of RGB (Red+Green+Blue) = 164+79+146=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44F92 is #5BB06D. Grayscale: #6F6F6F. Windows color (decimal): -6008942 or 9588644. OLE color: 9588644.

HSL color Cylindrical-coordinate representation of color #A44F92: hue angle of 312.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F92 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16479146-
CMYK00.520.110.36
HSL312.71º34.98%47.65%-
HSV(B)312.71º51.83%64.31%-
XYZ23.2915.5628.97-
YUV112.05147.16165.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=42.16%
G=20.31%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647914600.520.110.36312.7134.9847.65
HexA44F92034B241392330
Octal24411722206413444714360
Binary1010010010011111001001001101001011100100100111001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F92; }

 p { color: rgb(164,79,146); }

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

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

 a { background-color: rgb(164,79,146); }

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

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

 span { border-color: rgb(164,79,146); }

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