Html Css Color HEX #AA71BD East Side

📋 copy color: '#AA71BD'

red 170 ◦ green 113 ◦ blue 189

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

Shades of East Side #AA71BD

Tints of East Side #AA71BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 36.02%
G = 23.94%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA71BD (or 0xAA71BD) is known color: East Side. HEX triplet: AA, 71 and BD. RGB value is (170,113,189). Sum of RGB (Red+Green+Blue) = 170+113+189=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA71BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BD is #558E42. Grayscale: #8A8A8A. Windows color (decimal): -5606979 or 12415402. OLE color: 12415402.

HSL color Cylindrical-coordinate representation of color #AA71BD: hue angle of 285º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA71BD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 113 189 -
CMYK 0.10 0.40 0 0.26
HSL 285º 0.37% 0.59% -
HSV(B) 285º 0.4% 0.74% -
XYZ 31.67 24.03 51.11 -
YUV 138.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 170 113 189 0.10 0.40 0 0.26 285 0.37 0.59
Hex AA 71 BD A 28 0 1A 11D 25 3B
Octal 252 161 275 12 50 0 32 435 45 73
Binary 10101010 1110001 10111101 1010 101000 0 11010 100011101 100101 111011

Color Harmonies of #AA71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71BD

Black with #AA71BD

Text Example


Text Example

White with #AA71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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