Html Css Color HEX #AA98BE East Side

📋 copy color: '#AA98BE'

red 170 ◦ green 152 ◦ blue 190

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

Shades of East Side #AA98BE

Tints of East Side #AA98BE

RGB

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

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

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

R = 33.2%
G = 29.69%
B = 37.11%

CMYK

 C value IS 0.11

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA98BE (or 0xAA98BE) is known color: East Side. HEX triplet: AA, 98 and BE. RGB value is (170,152,190). Sum of RGB (Red+Green+Blue) = 170+152+190=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BE is #556741. Grayscale: #A1A1A1. Windows color (decimal): -5596994 or 12490922. OLE color: 12490922.

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

Color convert

RGB 170 152 190 -
CMYK 0.11 0.2 0 0.25
HSL 268.42º 0.23% 0.67% -
HSV(B) 268.42º 0.2% 0.75% -
XYZ 37.1 34.72 53.46 -
YUV 161.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 170 152 190 0.11 0.2 0 0.25 268.42 0.23 0.67
Hex AA 98 BE B 14 0 19 10C 17 43
Octal 252 230 276 13 24 0 31 414 27 103
Binary 10101010 10011000 10111110 1011 10100 0 11001 100001100 10111 1000011

Color Harmonies of #AA98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98BE

Black with #AA98BE

Text Example


Text Example

White with #AA98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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