Html Css Color HEX #AA479C Violet Blue

📋 copy color: '#AA479C'

red 170 ◦ green 71 ◦ blue 156

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

Shades of Violet Blue #AA479C

Tints of Violet Blue #AA479C

RGB

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

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

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

R = 42.82%
G = 17.88%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA479C (or 0xAA479C) is known color: Violet Blue. HEX triplet: AA, 47 and 9C. RGB value is (170,71,156). Sum of RGB (Red+Green+Blue) = 170+71+156=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA479C is #55B863. Grayscale: #6E6E6E. Windows color (decimal): -5617764 or 10241962. OLE color: 10241962.

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

Color convert

RGB 170 71 156 -
CMYK 0 0.58 0.08 0.33
HSL 308.48º 0.41% 0.47% -
HSV(B) 308.48º 0.58% 0.67% -
XYZ 24.83 15.45 33.13 -
YUV 110.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 170 71 156 0 0.58 0.08 0.33 308.48 0.41 0.47
Hex AA 47 9C 0 3A 8 21 134 29 2F
Octal 252 107 234 0 72 10 41 464 51 57
Binary 10101010 1000111 10011100 0 111010 1000 100001 100110100 101001 101111

Color Harmonies of #AA479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA479C

Black with #AA479C

Text Example


Text Example

White with #AA479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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