Html Css Color HEX #AB80AE London Hue

📋 copy color: '#AB80AE'

red 171 ◦ green 128 ◦ blue 174

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

Shades of London Hue #AB80AE

Tints of London Hue #AB80AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 36.15%
G = 27.06%
B = 36.79%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB80AE (or 0xAB80AE) is known color: London Hue. HEX triplet: AB, 80 and AE. RGB value is (171,128,174). Sum of RGB (Red+Green+Blue) = 171+128+174=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80AE is #547F51. Grayscale: #919191. Windows color (decimal): -5537618 or 11436203. OLE color: 11436203.

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

Color convert

RGB 171 128 174 -
CMYK 0.02 0.26 0 0.32
HSL 296.09º 0.22% 0.59% -
HSV(B) 296.09º 0.26% 0.68% -
XYZ 32.15 27.15 43.59 -
YUV 146.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 171 128 174 0.02 0.26 0 0.32 296.09 0.22 0.59
Hex AB 80 AE 2 1A 0 20 128 16 3B
Octal 253 200 256 2 32 0 40 450 26 73
Binary 10101011 10000000 10101110 10 11010 0 100000 100101000 10110 111011

Color Harmonies of #AB80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80AE

Black with #AB80AE

Text Example


Text Example

White with #AB80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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