Html Css Color HEX #AB80AB London Hue

📋 copy color: '#AB80AB'

red 171 ◦ green 128 ◦ blue 171

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

Shades of London Hue #AB80AB

Tints of London Hue #AB80AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 36.38%
G = 27.23%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB80AB (or 0xAB80AB) is known color: London Hue. HEX triplet: AB, 80 and AB. RGB value is (171,128,171). Sum of RGB (Red+Green+Blue) = 171+128+171=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80AB is #547F54. Grayscale: #919191. Windows color (decimal): -5537621 or 11239595. OLE color: 11239595.

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

Color convert

RGB 171 128 171 -
CMYK 0 0.25 0 0.33
HSL 300º 0.2% 0.59% -
HSV(B) 300º 0.25% 0.67% -
XYZ 31.86 27.04 42.07 -
YUV 145.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 171 128 171 0 0.25 0 0.33 300 0.2 0.59
Hex AB 80 AB 0 19 0 21 12C 14 3B
Octal 253 200 253 0 31 0 41 454 24 73
Binary 10101011 10000000 10101011 0 11001 0 100001 100101100 10100 111011

Color Harmonies of #AB80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80AB

Black with #AB80AB

Text Example


Text Example

White with #AB80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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