Html Css Color HEX #AA8DA8 London Hue

📋 copy color: '#AA8DA8'

red 170 ◦ green 141 ◦ blue 168

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

Shades of London Hue #AA8DA8

Tints of London Hue #AA8DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 35.49%
G = 29.44%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA8DA8 (or 0xAA8DA8) is known color: London Hue. HEX triplet: AA, 8D and A8. RGB value is (170,141,168). Sum of RGB (Red+Green+Blue) = 170+141+168=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DA8 is #557257. Grayscale: #989898. Windows color (decimal): -5599832 or 11046314. OLE color: 11046314.

HSL color Cylindrical-coordinate representation of color #AA8DA8: hue angle of 304.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA8DA8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 168 -
CMYK 0 0.17 0.01 0.33
HSL 304.14º 0.15% 0.61% -
HSV(B) 304.14º 0.17% 0.67% -
XYZ 33.17 30.42 41.17 -
YUV 152.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 170 141 168 0 0.17 0.01 0.33 304.14 0.15 0.61
Hex AA 8D A8 0 11 1 21 130 F 3D
Octal 252 215 250 0 21 1 41 460 17 75
Binary 10101010 10001101 10101000 0 10001 1 100001 100110000 1111 111101

Color Harmonies of #AA8DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DA8

Black with #AA8DA8

Text Example


Text Example

White with #AA8DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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