Html Css Color HEX #AD81AB London Hue

📋 copy color: '#AD81AB'

red 173 ◦ green 129 ◦ blue 171

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

Shades of London Hue #AD81AB

Tints of London Hue #AD81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 36.58%
G = 27.27%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD81AB (or 0xAD81AB) is known color: London Hue. HEX triplet: AD, 81 and AB. RGB value is (173,129,171). Sum of RGB (Red+Green+Blue) = 173+129+171=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81AB is #527E54. Grayscale: #929292. Windows color (decimal): -5406293 or 11239853. OLE color: 11239853.

HSL color Cylindrical-coordinate representation of color #AD81AB: hue angle of 302.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD81AB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 171 -
CMYK 0 0.25 0.01 0.32
HSL 302.73º 0.21% 0.59% -
HSV(B) 302.73º 0.25% 0.68% -
XYZ 32.43 27.53 42.13 -
YUV 146.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 173 129 171 0 0.25 0.01 0.32 302.73 0.21 0.59
Hex AD 81 AB 0 19 1 20 12F 15 3B
Octal 255 201 253 0 31 1 40 457 25 73
Binary 10101101 10000001 10101011 0 11001 1 100000 100101111 10101 111011

Color Harmonies of #AD81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81AB

Black with #AD81AB

Text Example


Text Example

White with #AD81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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