#AB94AA

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

Shades of London Hue #AB94AA

Tints of London Hue #AB94AA

Color information

#AB94AA (or 0xAB94AA) is unknown color: approx London Hue. HEX triplet: AB, 94 and AA. RGB value is (171,148,170). Sum of RGB (Red+Green+Blue) = 171+148+170=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AA is #546B55. Grayscale: #9D9D9D. Windows color (decimal): -5532502 or 11179179. OLE color: 11179179.

HSL color Cylindrical-coordinate representation of color #AB94AA: hue angle of 302.61º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB94AA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171148170-
CMYK00.130.010.33
HSL302.61º12.04%62.55%-
HSV(B)302.61º13.45%67.06%-
XYZ34.6432.7442.52-
YUV157.38135.12137.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=34.97%
G=30.27%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114817000.130.010.33302.6112.0462.55
HexAB94AA0D12112fc3f
Octal2532242520151414571477
Binary1010101110010100101010100110111000011001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94AA; }

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

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

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

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

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

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

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

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