Html Css Color HEX #AD81AC London Hue

📋 copy color: '#AD81AC'

red 173 ◦ green 129 ◦ blue 172

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

Shades of London Hue #AD81AC

Tints of London Hue #AD81AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 36.5%
G = 27.22%
B = 36.29%

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

#AD81AC (or 0xAD81AC) is known color: London Hue. HEX triplet: AD, 81 and AC. RGB value is (173,129,172). Sum of RGB (Red+Green+Blue) = 173+129+172=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81AC is #527E53. Grayscale: #929292. Windows color (decimal): -5406292 or 11305389. OLE color: 11305389.

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

Color convert

RGB 173 129 172 -
CMYK 0 0.25 0.01 0.32
HSL 301.36º 0.21% 0.59% -
HSV(B) 301.36º 0.25% 0.68% -
XYZ 32.53 27.56 42.64 -
YUV 147.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 173 129 172 0 0.25 0.01 0.32 301.36 0.21 0.59
Hex AD 81 AC 0 19 1 20 12D 15 3B
Octal 255 201 254 0 31 1 40 455 25 73
Binary 10101101 10000001 10101100 0 11001 1 100000 100101101 10101 111011

Color Harmonies of #AD81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81AC

Black with #AD81AC

Text Example


Text Example

White with #AD81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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