Html Css Color HEX #AB90AF London Hue

📋 copy color: '#AB90AF'

red 171 ◦ green 144 ◦ blue 175

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

Shades of London Hue #AB90AF

Tints of London Hue #AB90AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 34.9%
G = 29.39%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB90AF (or 0xAB90AF) is known color: London Hue. HEX triplet: AB, 90 and AF. RGB value is (171,144,175). Sum of RGB (Red+Green+Blue) = 171+144+175=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AF is #546F50. Grayscale: #9B9B9B. Windows color (decimal): -5533521 or 11505835. OLE color: 11505835.

HSL color Cylindrical-coordinate representation of color #AB90AF: hue angle of 292.26º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB90AF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 144 175 -
CMYK 0.02 0.18 0 0.31
HSL 292.26º 0.16% 0.63% -
HSV(B) 292.26º 0.18% 0.69% -
XYZ 34.51 31.7 44.86 -
YUV 155.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 171 144 175 0.02 0.18 0 0.31 292.26 0.16 0.63
Hex AB 90 AF 2 12 0 1F 124 10 3F
Octal 253 220 257 2 22 0 37 444 20 77
Binary 10101011 10010000 10101111 10 10010 0 11111 100100100 10000 111111

Color Harmonies of #AB90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90AF

Black with #AB90AF

Text Example


Text Example

White with #AB90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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