Html Css Color HEX #AA71BC East Side

📋 copy color: '#AA71BC'

red 170 ◦ green 113 ◦ blue 188

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

Shades of East Side #AA71BC

Tints of East Side #AA71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 36.09%
G = 23.99%
B = 39.92%

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

#AA71BC (or 0xAA71BC) is known color: East Side. HEX triplet: AA, 71 and BC. RGB value is (170,113,188). Sum of RGB (Red+Green+Blue) = 170+113+188=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71BC is #558E43. Grayscale: #8A8A8A. Windows color (decimal): -5606980 or 12349866. OLE color: 12349866.

HSL color Cylindrical-coordinate representation of color #AA71BC: hue angle of 285.6º degrees, saturation: 0.36, 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 #AA71BC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 113 188 -
CMYK 0.10 0.40 0 0.26
HSL 285.6º 0.36% 0.59% -
HSV(B) 285.6º 0.4% 0.74% -
XYZ 31.56 23.99 50.54 -
YUV 138.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 170 113 188 0.10 0.40 0 0.26 285.6 0.36 0.59
Hex AA 71 BC A 28 0 1A 11E 24 3B
Octal 252 161 274 12 50 0 32 436 44 73
Binary 10101010 1110001 10111100 1010 101000 0 11010 100011110 100100 111011

Color Harmonies of #AA71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71BC

Black with #AA71BC

Text Example


Text Example

White with #AA71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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