Html Css Color HEX #AB80AF London Hue

📋 copy color: '#AB80AF'

red 171 ◦ green 128 ◦ blue 175

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

Shades of London Hue #AB80AF

Tints of London Hue #AB80AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 36.08%
G = 27%
B = 36.92%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB80AF (or 0xAB80AF) is known color: London Hue. HEX triplet: AB, 80 and AF. RGB value is (171,128,175). Sum of RGB (Red+Green+Blue) = 171+128+175=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80AF is #547F50. Grayscale: #929292. Windows color (decimal): -5537617 or 11501739. OLE color: 11501739.

HSL color Cylindrical-coordinate representation of color #AB80AF: hue angle of 294.89º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB80AF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 128 175 -
CMYK 0.02 0.27 0 0.31
HSL 294.89º 0.23% 0.59% -
HSV(B) 294.89º 0.27% 0.69% -
XYZ 32.25 27.19 44.11 -
YUV 146.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 171 128 175 0.02 0.27 0 0.31 294.89 0.23 0.59
Hex AB 80 AF 2 1B 0 1F 127 17 3B
Octal 253 200 257 2 33 0 37 447 27 73
Binary 10101011 10000000 10101111 10 11011 0 11111 100100111 10111 111011

Color Harmonies of #AB80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80AF

Black with #AB80AF

Text Example


Text Example

White with #AB80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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