Html Css Color HEX #AA98BB East Side

📋 copy color: '#AA98BB'

red 170 ◦ green 152 ◦ blue 187

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

Shades of East Side #AA98BB

Tints of East Side #AA98BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 33.4%
G = 29.86%
B = 36.74%

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

#AA98BB (or 0xAA98BB) is known color: East Side. HEX triplet: AA, 98 and BB. RGB value is (170,152,187). Sum of RGB (Red+Green+Blue) = 170+152+187=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BB is #556744. Grayscale: #A1A1A1. Windows color (decimal): -5596997 or 12294314. OLE color: 12294314.

HSL color Cylindrical-coordinate representation of color #AA98BB: hue angle of 270.86º degrees, saturation: 0.2, 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 #AA98BB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 152 187 -
CMYK 0.09 0.19 0 0.27
HSL 270.86º 0.2% 0.66% -
HSV(B) 270.86º 0.19% 0.73% -
XYZ 36.78 34.59 51.75 -
YUV 161.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 170 152 187 0.09 0.19 0 0.27 270.86 0.2 0.66
Hex AA 98 BB 9 13 0 1B 10F 14 42
Octal 252 230 273 11 23 0 33 417 24 102
Binary 10101010 10011000 10111011 1001 10011 0 11011 100001111 10100 1000010

Color Harmonies of #AA98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98BB

Black with #AA98BB

Text Example


Text Example

White with #AA98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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