Html Css Color HEX #AA90BC East Side

📋 copy color: '#AA90BC'

red 170 ◦ green 144 ◦ blue 188

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

Shades of East Side #AA90BC

Tints of East Side #AA90BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 33.86%
G = 28.69%
B = 37.45%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA90BC (or 0xAA90BC) is known color: East Side. HEX triplet: AA, 90 and BC. RGB value is (170,144,188). Sum of RGB (Red+Green+Blue) = 170+144+188=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90BC is #556F43. Grayscale: #9C9C9C. Windows color (decimal): -5599044 or 12357802. OLE color: 12357802.

HSL color Cylindrical-coordinate representation of color #AA90BC: hue angle of 275.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA90BC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 144 188 -
CMYK 0.10 0.23 0 0.26
HSL 275.45º 0.25% 0.65% -
HSV(B) 275.45º 0.23% 0.74% -
XYZ 35.63 32.12 51.9 -
YUV 156.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 170 144 188 0.10 0.23 0 0.26 275.45 0.25 0.65
Hex AA 90 BC A 17 0 1A 113 19 41
Octal 252 220 274 12 27 0 32 423 31 101
Binary 10101010 10010000 10111100 1010 10111 0 11010 100010011 11001 1000001

Color Harmonies of #AA90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90BC

Black with #AA90BC

Text Example


Text Example

White with #AA90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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