Html Css Color HEX #AA5099 Violet Blue

📋 copy color: '#AA5099'

red 170 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #AA5099

Tints of Violet Blue #AA5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 42.18%
G = 19.85%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA5099 (or 0xAA5099) is known color: Violet Blue. HEX triplet: AA, 50 and 99. RGB value is (170,80,153). Sum of RGB (Red+Green+Blue) = 170+80+153=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5099 is #55AF66. Grayscale: #737373. Windows color (decimal): -5615463 or 10047658. OLE color: 10047658.

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

Color convert

RGB 170 80 153 -
CMYK 0 0.53 0.1 0.33
HSL 311.33º 0.36% 0.49% -
HSV(B) 311.33º 0.53% 0.67% -
XYZ 25.2 16.58 32.01 -
YUV 115.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 170 80 153 0 0.53 0.1 0.33 311.33 0.36 0.49
Hex AA 50 99 0 35 A 21 137 24 31
Octal 252 120 231 0 65 12 41 467 44 61
Binary 10101010 1010000 10011001 0 110101 1010 100001 100110111 100100 110001

Color Harmonies of #AA5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5099

Black with #AA5099

Text Example


Text Example

White with #AA5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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