Html Css Color HEX #AA96BE East Side

📋 copy color: '#AA96BE'

red 170 ◦ green 150 ◦ blue 190

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

Shades of East Side #AA96BE

Tints of East Side #AA96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 33.33%
G = 29.41%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA96BE (or 0xAA96BE) is known color: East Side. HEX triplet: AA, 96 and BE. RGB value is (170,150,190). Sum of RGB (Red+Green+Blue) = 170+150+190=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BE is #556941. Grayscale: #A0A0A0. Windows color (decimal): -5597506 or 12490410. OLE color: 12490410.

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

Color convert

RGB 170 150 190 -
CMYK 0.11 0.21 0 0.25
HSL 270º 0.24% 0.67% -
HSV(B) 270º 0.21% 0.75% -
XYZ 36.78 34.08 53.35 -
YUV 160.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 170 150 190 0.11 0.21 0 0.25 270 0.24 0.67
Hex AA 96 BE B 15 0 19 10E 18 43
Octal 252 226 276 13 25 0 31 416 30 103
Binary 10101010 10010110 10111110 1011 10101 0 11001 100001110 11000 1000011

Color Harmonies of #AA96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96BE

Black with #AA96BE

Text Example


Text Example

White with #AA96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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