Html Css Color HEX #AA71AC Violet Blue

📋 copy color: '#AA71AC'

red 170 ◦ green 113 ◦ blue 172

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

Shades of Violet Blue #AA71AC

Tints of Violet Blue #AA71AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

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

R = 37.36%
G = 24.84%
B = 37.8%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA71AC (or 0xAA71AC) is known color: Violet Blue. HEX triplet: AA, 71 and AC. RGB value is (170,113,172). Sum of RGB (Red+Green+Blue) = 170+113+172=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA71AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71AC is #558E53. Grayscale: #888888. Windows color (decimal): -5606996 or 11301290. OLE color: 11301290.

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

Color convert

RGB 170 113 172 -
CMYK 0.01 0.34 0 0.33
HSL 297.97º 0.26% 0.56% -
HSV(B) 297.97º 0.34% 0.67% -
XYZ 29.93 23.33 41.96 -
YUV 136.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 170 113 172 0.01 0.34 0 0.33 297.97 0.26 0.56
Hex AA 71 AC 1 22 0 21 12A 1A 38
Octal 252 161 254 1 42 0 41 452 32 70
Binary 10101010 1110001 10101100 1 100010 0 100001 100101010 11010 111000

Color Harmonies of #AA71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71AC

Black with #AA71AC

Text Example


Text Example

White with #AA71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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