#AB7FAF

Color #AB7FAF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AB7FAF

Tints of London Hue #AB7FAF

Color information

#AB7FAF (or 0xAB7FAF) is unknown color: approx London Hue. HEX triplet: AB, 7F and AF. RGB value is (171,127,175). Sum of RGB (Red+Green+Blue) = 171+127+175=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7FAF is #548050. Grayscale: #919191. Windows color (decimal): -5537873 or 11501483. OLE color: 11501483.

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

Color convert

RGB171127175-
CMYK0.020.2700.31
HSL295º23.08%59.22%-
HSV(B)295º27.43%68.63%-
XYZ32.1226.9344.06-
YUV145.63144.58146.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=36.15%
G=26.85%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711271750.020.2700.3129523.0859.22
HexAB7FAF21B01F127173b
Octal2531772572330374472773
Binary10101011111111110101111101101101111110010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FAF; }

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

 H1.HeaderClassName
 {
   color: #AB7FAF;
 }
 .AnyTagClassName
 {
   color: #AB7FAF;
 }
</style>
background-color css

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

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

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

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

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

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