#AB94AF

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

Shades of London Hue #AB94AF

Tints of London Hue #AB94AF

Color information

#AB94AF (or 0xAB94AF) is unknown color: approx London Hue. HEX triplet: AB, 94 and AF. RGB value is (171,148,175). Sum of RGB (Red+Green+Blue) = 171+148+175=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AF is #546B50. Grayscale: #9D9D9D. Windows color (decimal): -5532497 or 11506859. OLE color: 11506859.

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

Color convert

RGB171148175-
CMYK0.020.1500.31
HSL291.11º14.44%63.33%-
HSV(B)291.11º15.43%68.63%-
XYZ35.1232.9345.06-
YUV157.95137.62137.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=34.62%
G=29.96%
B=35.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711481750.020.1500.31291.1114.4463.33
HexAB94AF2F01F123e3f
Octal2532242572170374431677
Binary1010101110010100101011111011110111111001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94AF; }

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

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

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

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

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

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

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

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