Html Css Color HEX #AA71BB East Side

📋 copy color: '#AA71BB'

red 170 ◦ green 113 ◦ blue 187

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

Shades of East Side #AA71BB

Tints of East Side #AA71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 36.17%
G = 24.04%
B = 39.79%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA71BB (or 0xAA71BB) is known color: East Side. HEX triplet: AA, 71 and BB. RGB value is (170,113,187). Sum of RGB (Red+Green+Blue) = 170+113+187=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BB is #558E44. Grayscale: #8A8A8A. Windows color (decimal): -5606981 or 12284330. OLE color: 12284330.

HSL color Cylindrical-coordinate representation of color #AA71BB: hue angle of 286.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA71BB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 113 187 -
CMYK 0.09 0.40 0 0.27
HSL 286.22º 0.35% 0.59% -
HSV(B) 286.22º 0.4% 0.73% -
XYZ 31.45 23.94 49.98 -
YUV 138.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 170 113 187 0.09 0.40 0 0.27 286.22 0.35 0.59
Hex AA 71 BB 9 28 0 1B 11E 23 3B
Octal 252 161 273 11 50 0 33 436 43 73
Binary 10101010 1110001 10111011 1001 101000 0 11011 100011110 100011 111011

Color Harmonies of #AA71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71BB

Black with #AA71BB

Text Example


Text Example

White with #AA71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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