Html Css Color HEX #AB90AE London Hue

📋 copy color: '#AB90AE'

red 171 ◦ green 144 ◦ blue 174

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

Shades of London Hue #AB90AE

Tints of London Hue #AB90AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

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

R = 34.97%
G = 29.45%
B = 35.58%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB90AE (or 0xAB90AE) is known color: London Hue. HEX triplet: AB, 90 and AE. RGB value is (171,144,174). Sum of RGB (Red+Green+Blue) = 171+144+174=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AE is #546F51. Grayscale: #9B9B9B. Windows color (decimal): -5533522 or 11440299. OLE color: 11440299.

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

Color convert

RGB 171 144 174 -
CMYK 0.02 0.17 0 0.32
HSL 294º 0.16% 0.62% -
HSV(B) 294º 0.17% 0.68% -
XYZ 34.41 31.66 44.34 -
YUV 155.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 171 144 174 0.02 0.17 0 0.32 294 0.16 0.62
Hex AB 90 AE 2 11 0 20 126 10 3E
Octal 253 220 256 2 21 0 40 446 20 76
Binary 10101011 10010000 10101110 10 10001 0 100000 100100110 10000 111110

Color Harmonies of #AB90AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90AE

Black with #AB90AE

Text Example


Text Example

White with #AB90AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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