Html Css Color HEX #AD80AC London Hue

📋 copy color: '#AD80AC'

red 173 ◦ green 128 ◦ blue 172

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

Shades of London Hue #AD80AC

Tints of London Hue #AD80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 36.58%
G = 27.06%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD80AC (or 0xAD80AC) is known color: London Hue. HEX triplet: AD, 80 and AC. RGB value is (173,128,172). Sum of RGB (Red+Green+Blue) = 173+128+172=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AC is #527F53. Grayscale: #929292. Windows color (decimal): -5406548 or 11305133. OLE color: 11305133.

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

Color convert

RGB 173 128 172 -
CMYK 0 0.26 0.01 0.32
HSL 301.33º 0.22% 0.59% -
HSV(B) 301.33º 0.26% 0.68% -
XYZ 32.4 27.3 42.59 -
YUV 146.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 173 128 172 0 0.26 0.01 0.32 301.33 0.22 0.59
Hex AD 80 AC 0 1A 1 20 12D 16 3B
Octal 255 200 254 0 32 1 40 455 26 73
Binary 10101101 10000000 10101100 0 11010 1 100000 100101101 10110 111011

Color Harmonies of #AD80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80AC

Black with #AD80AC

Text Example


Text Example

White with #AD80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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