Html Css Color HEX #AB8EAA London Hue

📋 copy color: '#AB8EAA'

red 171 ◦ green 142 ◦ blue 170

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

Shades of London Hue #AB8EAA

Tints of London Hue #AB8EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 35.4%
G = 29.4%
B = 35.2%

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

#AB8EAA (or 0xAB8EAA) is known color: London Hue. HEX triplet: AB, 8E and AA. RGB value is (171,142,170). Sum of RGB (Red+Green+Blue) = 171+142+170=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EAA is #547155. Grayscale: #999999. Windows color (decimal): -5534038 or 11177643. OLE color: 11177643.

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

Color convert

RGB 171 142 170 -
CMYK 0 0.17 0.01 0.33
HSL 302.07º 0.15% 0.61% -
HSV(B) 302.07º 0.17% 0.67% -
XYZ 33.72 30.91 42.22 -
YUV 153.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 171 142 170 0 0.17 0.01 0.33 302.07 0.15 0.61
Hex AB 8E AA 0 11 1 21 12E F 3D
Octal 253 216 252 0 21 1 41 456 17 75
Binary 10101011 10001110 10101010 0 10001 1 100001 100101110 1111 111101

Color Harmonies of #AB8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EAA

Black with #AB8EAA

Text Example


Text Example

White with #AB8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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