Html Css Color HEX #AB8EA8 London Hue

📋 copy color: '#AB8EA8'

red 171 ◦ green 142 ◦ blue 168

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

Shades of London Hue #AB8EA8

Tints of London Hue #AB8EA8

RGB

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

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

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

R = 35.55%
G = 29.52%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB8EA8 (or 0xAB8EA8) is known color: London Hue. HEX triplet: AB, 8E and A8. RGB value is (171,142,168). Sum of RGB (Red+Green+Blue) = 171+142+168=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA8 is #547157. Grayscale: #999999. Windows color (decimal): -5534040 or 11046571. OLE color: 11046571.

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

Color convert

RGB 171 142 168 -
CMYK 0 0.17 0.02 0.33
HSL 306.21º 0.15% 0.61% -
HSV(B) 306.21º 0.17% 0.67% -
XYZ 33.54 30.83 41.23 -
YUV 153.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 171 142 168 0 0.17 0.02 0.33 306.21 0.15 0.61
Hex AB 8E A8 0 11 2 21 132 F 3D
Octal 253 216 250 0 21 2 41 462 17 75
Binary 10101011 10001110 10101000 0 10001 10 100001 100110010 1111 111101

Color Harmonies of #AB8EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EA8

Black with #AB8EA8

Text Example


Text Example

White with #AB8EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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