Html Css Color HEX #AA4994 Violet Blue

📋 copy color: '#AA4994'

red 170 ◦ green 73 ◦ blue 148

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

Shades of Violet Blue #AA4994

Tints of Violet Blue #AA4994

RGB

 RED value IS 170 (66.8% from 255) = 43.48%

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 43.48%
G = 18.67%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA4994 (or 0xAA4994) is known color: Violet Blue. HEX triplet: AA, 49 and 94. RGB value is (170,73,148). Sum of RGB (Red+Green+Blue) = 170+73+148=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4994 is #55B66B. Grayscale: #6E6E6E. Windows color (decimal): -5617260 or 9718186. OLE color: 9718186.

HSL color Cylindrical-coordinate representation of color #AA4994: hue angle of 313.61º 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 #AA4994 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 148 -
CMYK 0 0.57 0.13 0.33
HSL 313.61º 0.4% 0.48% -
HSV(B) 313.61º 0.57% 0.67% -
XYZ 24.31 15.45 29.72 -
YUV 110.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 170 73 148 0 0.57 0.13 0.33 313.61 0.4 0.48
Hex AA 49 94 0 39 D 21 13A 28 30
Octal 252 111 224 0 71 15 41 472 50 60
Binary 10101010 1001001 10010100 0 111001 1101 100001 100111010 101000 110000

Color Harmonies of #AA4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4994

Black with #AA4994

Text Example


Text Example

White with #AA4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4994; }

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

 H1.HeaderClassName
 {
   color: #AA4994;
 }
 .AnyTagClassName
 {
   color: #AA4994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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