#AB95AA

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

Shades of London Hue #AB95AA

Tints of London Hue #AB95AA

Color information

#AB95AA (or 0xAB95AA) is unknown color: approx London Hue. HEX triplet: AB, 95 and AA. RGB value is (171,149,170). Sum of RGB (Red+Green+Blue) = 171+149+170=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB95AA is #546A55. Grayscale: #9D9D9D. Windows color (decimal): -5532246 or 11179435. OLE color: 11179435.

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

Color convert

RGB171149170-
CMYK00.130.010.33
HSL302.73º11.58%62.75%-
HSV(B)302.73º12.87%67.06%-
XYZ34.833.0642.58-
YUV157.97134.79137.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=34.90%
G=30.41%
B=34.69%

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
Decimal17114917000.130.010.33302.7311.5862.75
HexAB95AA0D12112fc3f
Octal2532252520151414571477
Binary1010101110010101101010100110111000011001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95AA; }

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

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

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

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

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

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

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

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