Html Css Color HEX #AD8FAB London Hue

📋 copy color: '#AD8FAB'

red 173 ◦ green 143 ◦ blue 171

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

Shades of London Hue #AD8FAB

Tints of London Hue #AD8FAB

RGB

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

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

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

R = 35.52%
G = 29.36%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD8FAB (or 0xAD8FAB) is known color: London Hue. HEX triplet: AD, 8F and AB. RGB value is (173,143,171). Sum of RGB (Red+Green+Blue) = 173+143+171=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAB is #527054. Grayscale: #9B9B9B. Windows color (decimal): -5402709 or 11243437. OLE color: 11243437.

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

Color convert

RGB 173 143 171 -
CMYK 0 0.17 0.01 0.32
HSL 304º 0.15% 0.62% -
HSV(B) 304º 0.17% 0.68% -
XYZ 34.41 31.47 42.79 -
YUV 155.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 173 143 171 0 0.17 0.01 0.32 304 0.15 0.62
Hex AD 8F AB 0 11 1 20 130 F 3E
Octal 255 217 253 0 21 1 40 460 17 76
Binary 10101101 10001111 10101011 0 10001 1 100000 100110000 1111 111110

Color Harmonies of #AD8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FAB

Black with #AD8FAB

Text Example


Text Example

White with #AD8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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