Html Css Color HEX #AA93B9 East Side

📋 copy color: '#AA93B9'

red 170 ◦ green 147 ◦ blue 185

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

Shades of East Side #AA93B9

Tints of East Side #AA93B9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 33.86%
G = 29.28%
B = 36.85%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA93B9 (or 0xAA93B9) is known color: East Side. HEX triplet: AA, 93 and B9. RGB value is (170,147,185). Sum of RGB (Red+Green+Blue) = 170+147+185=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93B9 is #556C46. Grayscale: #9E9E9E. Windows color (decimal): -5598279 or 12161962. OLE color: 12161962.

HSL color Cylindrical-coordinate representation of color #AA93B9: hue angle of 276.32º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA93B9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 147 185 -
CMYK 0.08 0.21 0 0.27
HSL 276.32º 0.21% 0.65% -
HSV(B) 276.32º 0.21% 0.73% -
XYZ 35.77 32.92 50.37 -
YUV 158.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 170 147 185 0.08 0.21 0 0.27 276.32 0.21 0.65
Hex AA 93 B9 8 15 0 1B 114 15 41
Octal 252 223 271 10 25 0 33 424 25 101
Binary 10101010 10010011 10111001 1000 10101 0 11011 100010100 10101 1000001

Color Harmonies of #AA93B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93B9

Black with #AA93B9

Text Example


Text Example

White with #AA93B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93B9; }

 p { color: rgb(170,147,185); }

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

background-color css

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

 a { background-color: rgb(170,147,185); }

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

border-color css

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

 span { border-color: rgb(170,147,185); }

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