Html Css Color HEX #AA96BA East Side

📋 copy color: '#AA96BA'

red 170 ◦ green 150 ◦ blue 186

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

Shades of East Side #AA96BA

Tints of East Side #AA96BA

RGB

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

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

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

R = 33.6%
G = 29.64%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA96BA (or 0xAA96BA) is known color: East Side. HEX triplet: AA, 96 and BA. RGB value is (170,150,186). Sum of RGB (Red+Green+Blue) = 170+150+186=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BA is #556945. Grayscale: #9F9F9F. Windows color (decimal): -5597510 or 12228266. OLE color: 12228266.

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

Color convert

RGB 170 150 186 -
CMYK 0.09 0.19 0 0.27
HSL 273.33º 0.21% 0.66% -
HSV(B) 273.33º 0.19% 0.73% -
XYZ 36.35 33.9 51.08 -
YUV 160.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 170 150 186 0.09 0.19 0 0.27 273.33 0.21 0.66
Hex AA 96 BA 9 13 0 1B 111 15 42
Octal 252 226 272 11 23 0 33 421 25 102
Binary 10101010 10010110 10111010 1001 10011 0 11011 100010001 10101 1000010

Color Harmonies of #AA96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96BA

Black with #AA96BA

Text Example


Text Example

White with #AA96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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