Html Css Color HEX #AA5996 Violet Blue

📋 copy color: '#AA5996'

red 170 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #AA5996

Tints of Violet Blue #AA5996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 41.56%
G = 21.76%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5996 (or 0xAA5996) is known color: Violet Blue. HEX triplet: AA, 59 and 96. RGB value is (170,89,150). Sum of RGB (Red+Green+Blue) = 170+89+150=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5996 is #55A669. Grayscale: #787878. Windows color (decimal): -5613162 or 9853354. OLE color: 9853354.

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

Color convert

RGB 170 89 150 -
CMYK 0 0.48 0.12 0.33
HSL 314.81º 0.32% 0.51% -
HSV(B) 314.81º 0.48% 0.67% -
XYZ 25.65 17.89 30.96 -
YUV 120.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 170 89 150 0 0.48 0.12 0.33 314.81 0.32 0.51
Hex AA 59 96 0 30 C 21 13B 20 33
Octal 252 131 226 0 60 14 41 473 40 63
Binary 10101010 1011001 10010110 0 110000 1100 100001 100111011 100000 110011

Color Harmonies of #AA5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5996

Black with #AA5996

Text Example


Text Example

White with #AA5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5996; }

 p { color: rgb(170,89,150); }

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

background-color css

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

 a { background-color: rgb(170,89,150); }

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

border-color css

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

 span { border-color: rgb(170,89,150); }

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