Html Css Color HEX #AA77AC Violet Blue

📋 copy color: '#AA77AC'

red 170 ◦ green 119 ◦ blue 172

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

Shades of Violet Blue #AA77AC

Tints of Violet Blue #AA77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 36.88%
G = 25.81%
B = 37.31%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA77AC (or 0xAA77AC) is known color: Violet Blue. HEX triplet: AA, 77 and AC. RGB value is (170,119,172). Sum of RGB (Red+Green+Blue) = 170+119+172=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AC is #558853. Grayscale: #8C8C8C. Windows color (decimal): -5605460 or 11302826. OLE color: 11302826.

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

Color convert

RGB 170 119 172 -
CMYK 0.01 0.31 0 0.33
HSL 297.74º 0.24% 0.57% -
HSV(B) 297.74º 0.31% 0.67% -
XYZ 30.62 24.72 42.19 -
YUV 140.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 170 119 172 0.01 0.31 0 0.33 297.74 0.24 0.57
Hex AA 77 AC 1 1F 0 21 12A 18 39
Octal 252 167 254 1 37 0 41 452 30 71
Binary 10101010 1110111 10101100 1 11111 0 100001 100101010 11000 111001

Color Harmonies of #AA77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77AC

Black with #AA77AC

Text Example


Text Example

White with #AA77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77AC; }

 p { color: rgb(170,119,172); }

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

background-color css

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

 a { background-color: rgb(170,119,172); }

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

border-color css

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

 span { border-color: rgb(170,119,172); }

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