Html Css Color HEX #AA519C Violet Blue

📋 copy color: '#AA519C'

red 170 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #AA519C

Tints of Violet Blue #AA519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 41.77%
G = 19.9%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA519C (or 0xAA519C) is known color: Violet Blue. HEX triplet: AA, 51 and 9C. RGB value is (170,81,156). Sum of RGB (Red+Green+Blue) = 170+81+156=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519C is #55AE63. Grayscale: #737373. Windows color (decimal): -5615204 or 10244522. OLE color: 10244522.

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

Color convert

RGB 170 81 156 -
CMYK 0 0.52 0.08 0.33
HSL 309.44º 0.35% 0.49% -
HSV(B) 309.44º 0.52% 0.67% -
XYZ 25.52 16.83 33.36 -
YUV 116.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 170 81 156 0 0.52 0.08 0.33 309.44 0.35 0.49
Hex AA 51 9C 0 34 8 21 135 23 31
Octal 252 121 234 0 64 10 41 465 43 61
Binary 10101010 1010001 10011100 0 110100 1000 100001 100110101 100011 110001

Color Harmonies of #AA519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA519C

Black with #AA519C

Text Example


Text Example

White with #AA519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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