Html Css Color HEX #AA93AD London Hue

📋 copy color: '#AA93AD'

red 170 ◦ green 147 ◦ blue 173

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

Shades of London Hue #AA93AD

Tints of London Hue #AA93AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.31%

R = 34.69%
G = 30%
B = 35.31%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA93AD (or 0xAA93AD) is known color: London Hue. HEX triplet: AA, 93 and AD. RGB value is (170,147,173). Sum of RGB (Red+Green+Blue) = 170+147+173=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AD is #556C52. Grayscale: #9C9C9C. Windows color (decimal): -5598291 or 11375530. OLE color: 11375530.

HSL color Cylindrical-coordinate representation of color #AA93AD: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA93AD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 147 173 -
CMYK 0.02 0.15 0 0.32
HSL 293.08º 0.14% 0.63% -
HSV(B) 293.08º 0.15% 0.68% -
XYZ 34.55 32.43 43.97 -
YUV 156.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 170 147 173 0.02 0.15 0 0.32 293.08 0.14 0.63
Hex AA 93 AD 2 F 0 20 125 E 3F
Octal 252 223 255 2 17 0 40 445 16 77
Binary 10101010 10010011 10101101 10 1111 0 100000 100100101 1110 111111

Color Harmonies of #AA93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93AD

Black with #AA93AD

Text Example


Text Example

White with #AA93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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