Html Css Color HEX #AA4998 Violet Blue

📋 copy color: '#AA4998'

red 170 ◦ green 73 ◦ blue 152

#AA4998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AA4998

Tints of Violet Blue #AA4998

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA4998 (or 0xAA4998) is known color: 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

RGB 170 73 152 -
CMYK 0 0.57 0.11 0.33
HSL 311.13º 0.4% 0.48% -
HSV(B) 311.13º 0.57% 0.67% -
XYZ 24.63 15.58 31.41 -
YUV 111.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 170 73 152 0 0.57 0.11 0.33 311.13 0.4 0.48
Hex AA 49 98 0 39 B 21 137 28 30
Octal 252 111 230 0 71 13 41 467 50 60
Binary 10101010 1001001 10011000 0 111001 1011 100001 100110111 101000 110000

Color Harmonies of #AA4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4998

Black with #AA4998

Text Example


Text Example

White with #AA4998

Text Example


Text Example

HTML Codes & Css Web 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>