Html Css Color HEX #AA519B Violet Blue

📋 copy color: '#AA519B'

red 170 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #AA519B

Tints of Violet Blue #AA519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 41.87%
G = 19.95%
B = 38.18%

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

#AA519B (or 0xAA519B) is known color: Violet Blue. HEX triplet: AA, 51 and 9B. RGB value is (170,81,155). Sum of RGB (Red+Green+Blue) = 170+81+155=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519B is #55AE64. Grayscale: #737373. Windows color (decimal): -5615205 or 10178986. OLE color: 10178986.

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

Color convert

RGB 170 81 155 -
CMYK 0 0.52 0.09 0.33
HSL 310.11º 0.35% 0.49% -
HSV(B) 310.11º 0.52% 0.67% -
XYZ 25.44 16.8 32.91 -
YUV 116.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 170 81 155 0 0.52 0.09 0.33 310.11 0.35 0.49
Hex AA 51 9B 0 34 9 21 136 23 31
Octal 252 121 233 0 64 11 41 466 43 61
Binary 10101010 1010001 10011011 0 110100 1001 100001 100110110 100011 110001

Color Harmonies of #AA519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA519B

Black with #AA519B

Text Example


Text Example

White with #AA519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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