Html Css Color HEX #AA47A9 Violet Blue

📋 copy color: '#AA47A9'

red 170 ◦ green 71 ◦ blue 169

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

Shades of Violet Blue #AA47A9

Tints of Violet Blue #AA47A9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.32%

 BLUE value IS 169 (66.41% from 255) = 41.22%

R = 41.46%
G = 17.32%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA47A9 (or 0xAA47A9) is known color: Violet Blue. HEX triplet: AA, 47 and A9. RGB value is (170,71,169). Sum of RGB (Red+Green+Blue) = 170+71+169=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA47A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA47A9 is #55B856. Grayscale: #6F6F6F. Windows color (decimal): -5617751 or 11093930. OLE color: 11093930.

HSL color Cylindrical-coordinate representation of color #AA47A9: hue angle of 300.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA47A9 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 169 -
CMYK 0 0.58 0.01 0.33
HSL 300.61º 0.41% 0.47% -
HSV(B) 300.61º 0.58% 0.67% -
XYZ 25.99 15.92 39.24 -
YUV 111.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 170 71 169 0 0.58 0.01 0.33 300.61 0.41 0.47
Hex AA 47 A9 0 3A 1 21 12D 29 2F
Octal 252 107 251 0 72 1 41 455 51 57
Binary 10101010 1000111 10101001 0 111010 1 100001 100101101 101001 101111

Color Harmonies of #AA47A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47A9

Black with #AA47A9

Text Example


Text Example

White with #AA47A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47A9; }

 p { color: rgb(170,71,169); }

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

background-color css

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

 a { background-color: rgb(170,71,169); }

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

border-color css

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

 span { border-color: rgb(170,71,169); }

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