Html Css Color HEX #AA71AA Violet Blue

📋 copy color: '#AA71AA'

red 170 ◦ green 113 ◦ blue 170

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

Shades of Violet Blue #AA71AA

Tints of Violet Blue #AA71AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 37.53%
G = 24.94%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA71AA (or 0xAA71AA) is known color: Violet Blue. HEX triplet: AA, 71 and AA. RGB value is (170,113,170). Sum of RGB (Red+Green+Blue) = 170+113+170=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71AA is #558E55. Grayscale: #888888. Windows color (decimal): -5606998 or 11170218. OLE color: 11170218.

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

Color convert

RGB 170 113 170 -
CMYK 0 0.34 0 0.33
HSL 300º 0.25% 0.55% -
HSV(B) 300º 0.34% 0.67% -
XYZ 29.74 23.26 40.95 -
YUV 136.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 170 113 170 0 0.34 0 0.33 300 0.25 0.55
Hex AA 71 AA 0 22 0 21 12C 19 37
Octal 252 161 252 0 42 0 41 454 31 67
Binary 10101010 1110001 10101010 0 100010 0 100001 100101100 11001 110111

Color Harmonies of #AA71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71AA

Black with #AA71AA

Text Example


Text Example

White with #AA71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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