Html Css Color HEX #AD8FA9 London Hue

📋 copy color: '#AD8FA9'

red 173 ◦ green 143 ◦ blue 169

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

Shades of London Hue #AD8FA9

Tints of London Hue #AD8FA9

RGB

 RED value IS 173 (67.97% from 255) = 35.67%

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

 BLUE value IS 169 (66.41% from 255) = 34.85%

R = 35.67%
G = 29.48%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD8FA9 (or 0xAD8FA9) is known color: London Hue. HEX triplet: AD, 8F and A9. RGB value is (173,143,169). Sum of RGB (Red+Green+Blue) = 173+143+169=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FA9 is #527056. Grayscale: #9A9A9A. Windows color (decimal): -5402711 or 11112365. OLE color: 11112365.

HSL color Cylindrical-coordinate representation of color #AD8FA9: hue angle of 308º 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 #AD8FA9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 169 -
CMYK 0 0.17 0.02 0.32
HSL 308º 0.15% 0.62% -
HSV(B) 308º 0.17% 0.68% -
XYZ 34.22 31.39 41.79 -
YUV 154.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 173 143 169 0 0.17 0.02 0.32 308 0.15 0.62
Hex AD 8F A9 0 11 2 20 134 F 3E
Octal 255 217 251 0 21 2 40 464 17 76
Binary 10101101 10001111 10101001 0 10001 10 100000 100110100 1111 111110

Color Harmonies of #AD8FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FA9

Black with #AD8FA9

Text Example


Text Example

White with #AD8FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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