Html Css Color HEX #AA519A Violet Blue

📋 copy color: '#AA519A'

red 170 ◦ green 81 ◦ blue 154

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

Shades of Violet Blue #AA519A

Tints of Violet Blue #AA519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 41.98%
G = 20%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA519A (or 0xAA519A) is known color: Violet Blue. HEX triplet: AA, 51 and 9A. RGB value is (170,81,154). Sum of RGB (Red+Green+Blue) = 170+81+154=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519A is #55AE65. Grayscale: #737373. Windows color (decimal): -5615206 or 10113450. OLE color: 10113450.

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

Color convert

RGB 170 81 154 -
CMYK 0 0.52 0.09 0.33
HSL 310.79º 0.35% 0.49% -
HSV(B) 310.79º 0.52% 0.67% -
XYZ 25.35 16.76 32.47 -
YUV 115.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 170 81 154 0 0.52 0.09 0.33 310.79 0.35 0.49
Hex AA 51 9A 0 34 9 21 137 23 31
Octal 252 121 232 0 64 11 41 467 43 61
Binary 10101010 1010001 10011010 0 110100 1001 100001 100110111 100011 110001

Color Harmonies of #AA519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA519A

Black with #AA519A

Text Example


Text Example

White with #AA519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA519A; }

 p { color: rgb(170,81,154); }

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

background-color css

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

 a { background-color: rgb(170,81,154); }

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

border-color css

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

 span { border-color: rgb(170,81,154); }

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