Html Css Color HEX #AA47A8 Violet Blue

📋 copy color: '#AA47A8'

red 170 ◦ green 71 ◦ blue 168

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

Shades of Violet Blue #AA47A8

Tints of Violet Blue #AA47A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 41.56%
G = 17.36%
B = 41.08%

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

#AA47A8 (or 0xAA47A8) is known color: Violet Blue. HEX triplet: AA, 47 and A8. RGB value is (170,71,168). Sum of RGB (Red+Green+Blue) = 170+71+168=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA47A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA47A8 is #55B857. Grayscale: #6F6F6F. Windows color (decimal): -5617752 or 11028394. OLE color: 11028394.

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

Color convert

RGB 170 71 168 -
CMYK 0 0.58 0.01 0.33
HSL 301.21º 0.41% 0.47% -
HSV(B) 301.21º 0.58% 0.67% -
XYZ 25.9 15.88 38.75 -
YUV 111.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 170 71 168 0 0.58 0.01 0.33 301.21 0.41 0.47
Hex AA 47 A8 0 3A 1 21 12D 29 2F
Octal 252 107 250 0 72 1 41 455 51 57
Binary 10101010 1000111 10101000 0 111010 1 100001 100101101 101001 101111

Color Harmonies of #AA47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47A8

Black with #AA47A8

Text Example


Text Example

White with #AA47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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