Html Css Color HEX #AB8EA9 London Hue

📋 copy color: '#AB8EA9'

red 171 ◦ green 142 ◦ blue 169

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

Shades of London Hue #AB8EA9

Tints of London Hue #AB8EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 169 (66.41% from 255) = 35.06%

R = 35.48%
G = 29.46%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB8EA9 (or 0xAB8EA9) is known color: London Hue. HEX triplet: AB, 8E and A9. RGB value is (171,142,169). Sum of RGB (Red+Green+Blue) = 171+142+169=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA9 is #547156. Grayscale: #999999. Windows color (decimal): -5534039 or 11112107. OLE color: 11112107.

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

Color convert

RGB 171 142 169 -
CMYK 0 0.17 0.01 0.33
HSL 304.14º 0.15% 0.61% -
HSV(B) 304.14º 0.17% 0.67% -
XYZ 33.63 30.87 41.72 -
YUV 153.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 171 142 169 0 0.17 0.01 0.33 304.14 0.15 0.61
Hex AB 8E A9 0 11 1 21 130 F 3D
Octal 253 216 251 0 21 1 41 460 17 75
Binary 10101011 10001110 10101001 0 10001 1 100001 100110000 1111 111101

Color Harmonies of #AB8EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EA9

Black with #AB8EA9

Text Example


Text Example

White with #AB8EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EA9; }

 p { color: rgb(171,142,169); }

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

background-color css

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

 a { background-color: rgb(171,142,169); }

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

border-color css

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

 span { border-color: rgb(171,142,169); }

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