Html Css Color HEX #AB80A6 London Hue

📋 copy color: '#AB80A6'

red 171 ◦ green 128 ◦ blue 166

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

Shades of London Hue #AB80A6

Tints of London Hue #AB80A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 36.77%
G = 27.53%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB80A6 (or 0xAB80A6) is known color: London Hue. HEX triplet: AB, 80 and A6. RGB value is (171,128,166). Sum of RGB (Red+Green+Blue) = 171+128+166=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB80A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80A6 is #547F59. Grayscale: #919191. Windows color (decimal): -5537626 or 10911915. OLE color: 10911915.

HSL color Cylindrical-coordinate representation of color #AB80A6: hue angle of 306.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB80A6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 166 -
CMYK 0 0.25 0.03 0.33
HSL 306.98º 0.2% 0.59% -
HSV(B) 306.98º 0.25% 0.67% -
XYZ 31.4 26.85 39.6 -
YUV 145.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 171 128 166 0 0.25 0.03 0.33 306.98 0.2 0.59
Hex AB 80 A6 0 19 3 21 133 14 3B
Octal 253 200 246 0 31 3 41 463 24 73
Binary 10101011 10000000 10100110 0 11001 11 100001 100110011 10100 111011

Color Harmonies of #AB80A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80A6

Black with #AB80A6

Text Example


Text Example

White with #AB80A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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