Html Css Color HEX #AA5A99 Violet Blue

📋 copy color: '#AA5A99'

red 170 ◦ green 90 ◦ blue 153

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

Shades of Violet Blue #AA5A99

Tints of Violet Blue #AA5A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 41.16%
G = 21.79%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA5A99 (or 0xAA5A99) is known color: Violet Blue. HEX triplet: AA, 5A and 99. RGB value is (170,90,153). Sum of RGB (Red+Green+Blue) = 170+90+153=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A99 is #55A566. Grayscale: #787878. Windows color (decimal): -5612903 or 10050218. OLE color: 10050218.

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

Color convert

RGB 170 90 153 -
CMYK 0 0.47 0.1 0.33
HSL 312.75º 0.32% 0.51% -
HSV(B) 312.75º 0.47% 0.67% -
XYZ 25.98 18.16 32.27 -
YUV 121.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 170 90 153 0 0.47 0.1 0.33 312.75 0.32 0.51
Hex AA 5A 99 0 2F A 21 139 20 33
Octal 252 132 231 0 57 12 41 471 40 63
Binary 10101010 1011010 10011001 0 101111 1010 100001 100111001 100000 110011

Color Harmonies of #AA5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A99

Black with #AA5A99

Text Example


Text Example

White with #AA5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A99; }

 p { color: rgb(170,90,153); }

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

background-color css

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

 a { background-color: rgb(170,90,153); }

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

border-color css

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

 span { border-color: rgb(170,90,153); }

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