Html Css Color HEX #AA8DAD London Hue

📋 copy color: '#AA8DAD'

red 170 ◦ green 141 ◦ blue 173

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

Shades of London Hue #AA8DAD

Tints of London Hue #AA8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

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

R = 35.12%
G = 29.13%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8DAD (or 0xAA8DAD) is known color: London Hue. HEX triplet: AA, 8D and AD. RGB value is (170,141,173). Sum of RGB (Red+Green+Blue) = 170+141+173=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAD is #557252. Grayscale: #999999. Windows color (decimal): -5599827 or 11373994. OLE color: 11373994.

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

Color convert

RGB 170 141 173 -
CMYK 0.02 0.18 0 0.32
HSL 294.38º 0.16% 0.62% -
HSV(B) 294.38º 0.18% 0.68% -
XYZ 33.65 30.61 43.67 -
YUV 153.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 170 141 173 0.02 0.18 0 0.32 294.38 0.16 0.62
Hex AA 8D AD 2 12 0 20 126 10 3E
Octal 252 215 255 2 22 0 40 446 20 76
Binary 10101010 10001101 10101101 10 10010 0 100000 100100110 10000 111110

Color Harmonies of #AA8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DAD

Black with #AA8DAD

Text Example


Text Example

White with #AA8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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