Html Css Color HEX #AA98BD East Side

📋 copy color: '#AA98BD'

red 170 ◦ green 152 ◦ blue 189

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

Shades of East Side #AA98BD

Tints of East Side #AA98BD

RGB

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

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

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

R = 33.27%
G = 29.75%
B = 36.99%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA98BD (or 0xAA98BD) is known color: East Side. HEX triplet: AA, 98 and BD. RGB value is (170,152,189). Sum of RGB (Red+Green+Blue) = 170+152+189=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA98BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BD is #556742. Grayscale: #A1A1A1. Windows color (decimal): -5596995 or 12425386. OLE color: 12425386.

HSL color Cylindrical-coordinate representation of color #AA98BD: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA98BD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 152 189 -
CMYK 0.10 0.20 0 0.26
HSL 269.19º 0.22% 0.67% -
HSV(B) 269.19º 0.2% 0.74% -
XYZ 36.99 34.68 52.89 -
YUV 161.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 170 152 189 0.10 0.20 0 0.26 269.19 0.22 0.67
Hex AA 98 BD A 14 0 1A 10D 16 43
Octal 252 230 275 12 24 0 32 415 26 103
Binary 10101010 10011000 10111101 1010 10100 0 11010 100001101 10110 1000011

Color Harmonies of #AA98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98BD

Black with #AA98BD

Text Example


Text Example

White with #AA98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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