#AA71BF

Color #AA71BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA71BF

Tints of East Side #AA71BF

Color information

#AA71BF (or 0xAA71BF) is unknown color: approx East Side. HEX triplet: AA, 71 and BF. RGB value is (170,113,191). Sum of RGB (Red+Green+Blue) = 170+113+191=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BF is #558E40. Grayscale: #8A8A8A. Windows color (decimal): -5606977 or 12546474. OLE color: 12546474.

HSL color Cylindrical-coordinate representation of color #AA71BF: hue angle of 283.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA71BF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170113191-
CMYK0.110.4100.25
HSL283.85º37.86%59.61%-
HSV(B)283.85º40.84%74.9%-
XYZ31.8924.1252.26-
YUV138.94157.38150.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 191 (75% from 255) = 40.30%
R=35.86%
G=23.84%
B=40.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701131910.110.4100.25283.8537.8659.61
HexAA71BFB2901911c263c
Octal25216127713510314344674
Binary101010101110001101111111011101001011001100011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71BF; }

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

 H1.HeaderClassName
 {
   color: #AA71BF;
 }
 .AnyTagClassName
 {
   color: #AA71BF;
 }
</style>
background-color css

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

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

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

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

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

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