Html Css Color HEX #AA96BD East Side

📋 copy color: '#AA96BD'

red 170 ◦ green 150 ◦ blue 189

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

Shades of East Side #AA96BD

Tints of East Side #AA96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 33.4%
G = 29.47%
B = 37.13%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA96BD (or 0xAA96BD) is known color: East Side. HEX triplet: AA, 96 and BD. RGB value is (170,150,189). Sum of RGB (Red+Green+Blue) = 170+150+189=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BD is #556942. Grayscale: #A0A0A0. Windows color (decimal): -5597507 or 12424874. OLE color: 12424874.

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

Color convert

RGB 170 150 189 -
CMYK 0.10 0.21 0 0.26
HSL 270.77º 0.23% 0.66% -
HSV(B) 270.77º 0.21% 0.74% -
XYZ 36.67 34.03 52.78 -
YUV 160.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 170 150 189 0.10 0.21 0 0.26 270.77 0.23 0.66
Hex AA 96 BD A 15 0 1A 10F 17 42
Octal 252 226 275 12 25 0 32 417 27 102
Binary 10101010 10010110 10111101 1010 10101 0 11010 100001111 10111 1000010

Color Harmonies of #AA96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96BD

Black with #AA96BD

Text Example


Text Example

White with #AA96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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