Html Css Color HEX #AA8FAD London Hue

📋 copy color: '#AA8FAD'

red 170 ◦ green 143 ◦ blue 173

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

Shades of London Hue #AA8FAD

Tints of London Hue #AA8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 34.98%
G = 29.42%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8FAD (or 0xAA8FAD) is known color: London Hue. HEX triplet: AA, 8F and AD. RGB value is (170,143,173). Sum of RGB (Red+Green+Blue) = 170+143+173=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAD is #557052. Grayscale: #9A9A9A. Windows color (decimal): -5599315 or 11374506. OLE color: 11374506.

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

Color convert

RGB 170 143 173 -
CMYK 0.02 0.17 0 0.32
HSL 294º 0.15% 0.62% -
HSV(B) 294º 0.17% 0.68% -
XYZ 33.94 31.21 43.77 -
YUV 154.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 170 143 173 0.02 0.17 0 0.32 294 0.15 0.62
Hex AA 8F AD 2 11 0 20 126 F 3E
Octal 252 217 255 2 21 0 40 446 17 76
Binary 10101010 10001111 10101101 10 10001 0 100000 100100110 1111 111110

Color Harmonies of #AA8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FAD

Black with #AA8FAD

Text Example


Text Example

White with #AA8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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