Html Css Color HEX #AB9FAB London Hue

📋 copy color: '#AB9FAB'

red 171 ◦ green 159 ◦ blue 171

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

Shades of London Hue #AB9FAB

Tints of London Hue #AB9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 34.13%
G = 31.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB9FAB (or 0xAB9FAB) is known color: London Hue. HEX triplet: AB, 9F and AB. RGB value is (171,159,171). Sum of RGB (Red+Green+Blue) = 171+159+171=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAB is #546054. Grayscale: #A3A3A3. Windows color (decimal): -5529685 or 11247531. OLE color: 11247531.

HSL color Cylindrical-coordinate representation of color #AB9FAB: hue angle of 300º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FAB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 171 -
CMYK 0 0.07 0 0.33
HSL 300º 0.07% 0.65% -
HSV(B) 300º 0.07% 0.67% -
XYZ 36.54 36.39 43.63 -
YUV 163.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 171 159 171 0 0.07 0 0.33 300 0.07 0.65
Hex AB 9F AB 0 7 0 21 12C 7 41
Octal 253 237 253 0 7 0 41 454 7 101
Binary 10101011 10011111 10101011 0 111 0 100001 100101100 111 1000001

Color Harmonies of #AB9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FAB

Black with #AB9FAB

Text Example


Text Example

White with #AB9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FAB; }

 p { color: rgb(171,159,171); }

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

background-color css

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

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

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

border-color css

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

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

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