Html Css Color HEX #AA519E Violet Blue

📋 copy color: '#AA519E'

red 170 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #AA519E

Tints of Violet Blue #AA519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 41.56%
G = 19.8%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA519E (or 0xAA519E) is known color: Violet Blue. HEX triplet: AA, 51 and 9E. RGB value is (170,81,158). Sum of RGB (Red+Green+Blue) = 170+81+158=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA519E is #55AE61. Grayscale: #747474. Windows color (decimal): -5615202 or 10375594. OLE color: 10375594.

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

Color convert

RGB 170 81 158 -
CMYK 0 0.52 0.07 0.33
HSL 308.09º 0.35% 0.49% -
HSV(B) 308.09º 0.52% 0.67% -
XYZ 25.69 16.9 34.26 -
YUV 116.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 170 81 158 0 0.52 0.07 0.33 308.09 0.35 0.49
Hex AA 51 9E 0 34 7 21 134 23 31
Octal 252 121 236 0 64 7 41 464 43 61
Binary 10101010 1010001 10011110 0 110100 111 100001 100110100 100011 110001

Color Harmonies of #AA519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA519E

Black with #AA519E

Text Example


Text Example

White with #AA519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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