#AA4998

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

Shades of Violet Blue #AA4998

Tints of Violet Blue #AA4998

Color information

#AA4998 (or 0xAA4998) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 98. RGB value is (170,73,152). Sum of RGB (Red+Green+Blue) = 170+73+152=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4998 is #55B667. Grayscale: #6E6E6E. Windows color (decimal): -5617256 or 9980330. OLE color: 9980330.

HSL color Cylindrical-coordinate representation of color #AA4998: hue angle of 311.13º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4998 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17073152-
CMYK00.570.110.33
HSL311.13º39.92%47.65%-
HSV(B)311.13º57.06%66.67%-
XYZ24.6315.5831.41-
YUV111.01151.14170.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=43.04%
G=18.48%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315200.570.110.33311.1339.9247.65
HexAA4998039B211372830
Octal25211123007113414675060
Binary1010101010010011001100001110011011100001100110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4998; }

 p { color: rgb(170,73,152); }

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

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

 a { background-color: rgb(170,73,152); }

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

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

 span { border-color: rgb(170,73,152); }

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