Html Css Color HEX #AA95BB East Side

📋 copy color: '#AA95BB'

red 170 ◦ green 149 ◦ blue 187

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

Shades of East Side #AA95BB

Tints of East Side #AA95BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.45%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 33.6%
G = 29.45%
B = 36.96%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA95BB (or 0xAA95BB) is known color: East Side. HEX triplet: AA, 95 and BB. RGB value is (170,149,187). Sum of RGB (Red+Green+Blue) = 170+149+187=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA95BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95BB is #556A44. Grayscale: #9F9F9F. Windows color (decimal): -5597765 or 12293546. OLE color: 12293546.

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

Color convert

RGB 170 149 187 -
CMYK 0.09 0.20 0 0.27
HSL 273.16º 0.22% 0.66% -
HSV(B) 273.16º 0.2% 0.73% -
XYZ 36.29 33.63 51.59 -
YUV 159.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 170 149 187 0.09 0.20 0 0.27 273.16 0.22 0.66
Hex AA 95 BB 9 14 0 1B 111 16 42
Octal 252 225 273 11 24 0 33 421 26 102
Binary 10101010 10010101 10111011 1001 10100 0 11011 100010001 10110 1000010

Color Harmonies of #AA95BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95BB

Black with #AA95BB

Text Example


Text Example

White with #AA95BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95BB; }

 p { color: rgb(170,149,187); }

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

background-color css

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

 a { background-color: rgb(170,149,187); }

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

border-color css

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

 span { border-color: rgb(170,149,187); }

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