Html Css Color HEX #AA90BE East Side

📋 copy color: '#AA90BE'

red 170 ◦ green 144 ◦ blue 190

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

Shades of East Side #AA90BE

Tints of East Side #AA90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 33.73%
G = 28.57%
B = 37.7%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA90BE (or 0xAA90BE) is known color: East Side. HEX triplet: AA, 90 and BE. RGB value is (170,144,190). Sum of RGB (Red+Green+Blue) = 170+144+190=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90BE is #556F41. Grayscale: #9C9C9C. Windows color (decimal): -5599042 or 12488874. OLE color: 12488874.

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

Color convert

RGB 170 144 190 -
CMYK 0.11 0.24 0 0.25
HSL 273.91º 0.26% 0.65% -
HSV(B) 273.91º 0.24% 0.75% -
XYZ 35.85 32.21 53.04 -
YUV 157.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 170 144 190 0.11 0.24 0 0.25 273.91 0.26 0.65
Hex AA 90 BE B 18 0 19 112 1A 41
Octal 252 220 276 13 30 0 31 422 32 101
Binary 10101010 10010000 10111110 1011 11000 0 11001 100010010 11010 1000001

Color Harmonies of #AA90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90BE

Black with #AA90BE

Text Example


Text Example

White with #AA90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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