Html Css Color HEX #AA71BA East Side

📋 copy color: '#AA71BA'

red 170 ◦ green 113 ◦ blue 186

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

Shades of East Side #AA71BA

Tints of East Side #AA71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 36.25%
G = 24.09%
B = 39.66%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA71BA (or 0xAA71BA) is known color: East Side. HEX triplet: AA, 71 and BA. RGB value is (170,113,186). Sum of RGB (Red+Green+Blue) = 170+113+186=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BA is #558E45. Grayscale: #8A8A8A. Windows color (decimal): -5606982 or 12218794. OLE color: 12218794.

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

Color convert

RGB 170 113 186 -
CMYK 0.09 0.39 0 0.27
HSL 286.85º 0.35% 0.59% -
HSV(B) 286.85º 0.39% 0.73% -
XYZ 31.35 23.9 49.42 -
YUV 138.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 170 113 186 0.09 0.39 0 0.27 286.85 0.35 0.59
Hex AA 71 BA 9 27 0 1B 11F 23 3B
Octal 252 161 272 11 47 0 33 437 43 73
Binary 10101010 1110001 10111010 1001 100111 0 11011 100011111 100011 111011

Color Harmonies of #AA71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71BA

Black with #AA71BA

Text Example


Text Example

White with #AA71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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