Html Css Color HEX #AB9AA8 London Hue

📋 copy color: '#AB9AA8'

red 171 ◦ green 154 ◦ blue 168

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

Shades of London Hue #AB9AA8

Tints of London Hue #AB9AA8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.24%

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

R = 34.69%
G = 31.24%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB9AA8 (or 0xAB9AA8) is known color: London Hue. HEX triplet: AB, 9A and A8. RGB value is (171,154,168). Sum of RGB (Red+Green+Blue) = 171+154+168=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA8 is #546557. Grayscale: #A0A0A0. Windows color (decimal): -5530968 or 11049643. OLE color: 11049643.

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

Color convert

RGB 171 154 168 -
CMYK 0 0.10 0.02 0.33
HSL 310.59º 0.09% 0.64% -
HSV(B) 310.59º 0.1% 0.67% -
XYZ 35.42 34.6 41.86 -
YUV 160.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 171 154 168 0 0.10 0.02 0.33 310.59 0.09 0.64
Hex AB 9A A8 0 A 2 21 137 9 40
Octal 253 232 250 0 12 2 41 467 11 100
Binary 10101011 10011010 10101000 0 1010 10 100001 100110111 1001 1000000

Color Harmonies of #AB9AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AA8

Black with #AB9AA8

Text Example


Text Example

White with #AB9AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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