Html Css Color HEX #AB80AD London Hue

📋 copy color: '#AB80AD'

red 171 ◦ green 128 ◦ blue 173

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

Shades of London Hue #AB80AD

Tints of London Hue #AB80AD

RGB

 RED value IS 171 (67.19% from 255) = 36.23%

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 36.23%
G = 27.12%
B = 36.65%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB80AD (or 0xAB80AD) is known color: London Hue. HEX triplet: AB, 80 and AD. RGB value is (171,128,173). Sum of RGB (Red+Green+Blue) = 171+128+173=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80AD is #547F52. Grayscale: #919191. Windows color (decimal): -5537619 or 11370667. OLE color: 11370667.

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

Color convert

RGB 171 128 173 -
CMYK 0.01 0.26 0 0.32
HSL 297.33º 0.22% 0.59% -
HSV(B) 297.33º 0.26% 0.68% -
XYZ 32.06 27.11 43.08 -
YUV 145.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 171 128 173 0.01 0.26 0 0.32 297.33 0.22 0.59
Hex AB 80 AD 1 1A 0 20 129 16 3B
Octal 253 200 255 1 32 0 40 451 26 73
Binary 10101011 10000000 10101101 1 11010 0 100000 100101001 10110 111011

Color Harmonies of #AB80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80AD

Black with #AB80AD

Text Example


Text Example

White with #AB80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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