Html Css Color HEX #AA519D Violet Blue

📋 copy color: '#AA519D'

red 170 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #AA519D

Tints of Violet Blue #AA519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 41.67%
G = 19.85%
B = 38.48%

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

#AA519D (or 0xAA519D) is known color: Violet Blue. HEX triplet: AA, 51 and 9D. RGB value is (170,81,157). Sum of RGB (Red+Green+Blue) = 170+81+157=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519D is #55AE62. Grayscale: #747474. Windows color (decimal): -5615203 or 10310058. OLE color: 10310058.

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

Color convert

RGB 170 81 157 -
CMYK 0 0.52 0.08 0.33
HSL 308.76º 0.35% 0.49% -
HSV(B) 308.76º 0.52% 0.67% -
XYZ 25.61 16.87 33.8 -
YUV 116.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 170 81 157 0 0.52 0.08 0.33 308.76 0.35 0.49
Hex AA 51 9D 0 34 8 21 135 23 31
Octal 252 121 235 0 64 10 41 465 43 61
Binary 10101010 1010001 10011101 0 110100 1000 100001 100110101 100011 110001

Color Harmonies of #AA519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA519D

Black with #AA519D

Text Example


Text Example

White with #AA519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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