Html Css Color HEX #AA76AC Violet Blue

📋 copy color: '#AA76AC'

red 170 ◦ green 118 ◦ blue 172

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

Shades of Violet Blue #AA76AC

Tints of Violet Blue #AA76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

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

R = 36.96%
G = 25.65%
B = 37.39%

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

#AA76AC (or 0xAA76AC) is known color: Violet Blue. HEX triplet: AA, 76 and AC. RGB value is (170,118,172). Sum of RGB (Red+Green+Blue) = 170+118+172=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AC is #558953. Grayscale: #8B8B8B. Windows color (decimal): -5605716 or 11302570. OLE color: 11302570.

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

Color convert

RGB 170 118 172 -
CMYK 0.01 0.31 0 0.33
HSL 297.78º 0.25% 0.57% -
HSV(B) 297.78º 0.31% 0.67% -
XYZ 30.5 24.48 42.15 -
YUV 139.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 170 118 172 0.01 0.31 0 0.33 297.78 0.25 0.57
Hex AA 76 AC 1 1F 0 21 12A 19 39
Octal 252 166 254 1 37 0 41 452 31 71
Binary 10101010 1110110 10101100 1 11111 0 100001 100101010 11001 111001

Color Harmonies of #AA76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76AC

Black with #AA76AC

Text Example


Text Example

White with #AA76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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