Html Css Color HEX #AB8CAE London Hue

📋 copy color: '#AB8CAE'

red 171 ◦ green 140 ◦ blue 174

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

Shades of London Hue #AB8CAE

Tints of London Hue #AB8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 35.26%
G = 28.87%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB8CAE (or 0xAB8CAE) is known color: London Hue. HEX triplet: AB, 8C and AE. RGB value is (171,140,174). Sum of RGB (Red+Green+Blue) = 171+140+174=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAE is #547351. Grayscale: #999999. Windows color (decimal): -5534546 or 11439275. OLE color: 11439275.

HSL color Cylindrical-coordinate representation of color #AB8CAE: hue angle of 294.71º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8CAE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 140 174 -
CMYK 0.02 0.20 0 0.32
HSL 294.71º 0.17% 0.62% -
HSV(B) 294.71º 0.2% 0.68% -
XYZ 33.81 30.47 44.14 -
YUV 153.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 171 140 174 0.02 0.20 0 0.32 294.71 0.17 0.62
Hex AB 8C AE 2 14 0 20 127 11 3E
Octal 253 214 256 2 24 0 40 447 21 76
Binary 10101011 10001100 10101110 10 10100 0 100000 100100111 10001 111110

Color Harmonies of #AB8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CAE

Black with #AB8CAE

Text Example


Text Example

White with #AB8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CAE; }

 p { color: rgb(171,140,174); }

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

background-color css

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

 a { background-color: rgb(171,140,174); }

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

border-color css

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

 span { border-color: rgb(171,140,174); }

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