Html Css Color HEX #AD8DAB London Hue

📋 copy color: '#AD8DAB'

red 173 ◦ green 141 ◦ blue 171

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

Shades of London Hue #AD8DAB

Tints of London Hue #AD8DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 35.67%
G = 29.07%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD8DAB (or 0xAD8DAB) is known color: London Hue. HEX triplet: AD, 8D and AB. RGB value is (173,141,171). Sum of RGB (Red+Green+Blue) = 173+141+171=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAB is #527254. Grayscale: #999999. Windows color (decimal): -5403221 or 11242925. OLE color: 11242925.

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

Color convert

RGB 173 141 171 -
CMYK 0 0.18 0.01 0.32
HSL 303.75º 0.16% 0.62% -
HSV(B) 303.75º 0.18% 0.68% -
XYZ 34.11 30.87 42.69 -
YUV 153.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 173 141 171 0 0.18 0.01 0.32 303.75 0.16 0.62
Hex AD 8D AB 0 12 1 20 130 10 3E
Octal 255 215 253 0 22 1 40 460 20 76
Binary 10101101 10001101 10101011 0 10010 1 100000 100110000 10000 111110

Color Harmonies of #AD8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DAB

Black with #AD8DAB

Text Example


Text Example

White with #AD8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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