Html Css Color HEX #AB9FA8 London Hue

📋 copy color: '#AB9FA8'

red 171 ◦ green 159 ◦ blue 168

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

Shades of London Hue #AB9FA8

Tints of London Hue #AB9FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 34.34%
G = 31.93%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB9FA8 (or 0xAB9FA8) is known color: London Hue. HEX triplet: AB, 9F and A8. RGB value is (171,159,168). Sum of RGB (Red+Green+Blue) = 171+159+168=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA8 is #546057. Grayscale: #A3A3A3. Windows color (decimal): -5529688 or 11050923. OLE color: 11050923.

HSL color Cylindrical-coordinate representation of color #AB9FA8: hue angle of 315º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FA8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 168 -
CMYK 0 0.07 0.02 0.33
HSL 315º 0.07% 0.65% -
HSV(B) 315º 0.07% 0.67% -
XYZ 36.26 36.28 42.14 -
YUV 163.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 171 159 168 0 0.07 0.02 0.33 315 0.07 0.65
Hex AB 9F A8 0 7 2 21 13B 7 41
Octal 253 237 250 0 7 2 41 473 7 101
Binary 10101011 10011111 10101000 0 111 10 100001 100111011 111 1000001

Color Harmonies of #AB9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FA8

Black with #AB9FA8

Text Example


Text Example

White with #AB9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FA8; }

 p { color: rgb(171,159,168); }

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

background-color css

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

 a { background-color: rgb(171,159,168); }

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

border-color css

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

 span { border-color: rgb(171,159,168); }

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