Html Css Color HEX #AB9AAB London Hue

📋 copy color: '#AB9AAB'

red 171 ◦ green 154 ◦ blue 171

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

Shades of London Hue #AB9AAB

Tints of London Hue #AB9AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 34.48%
G = 31.05%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB9AAB (or 0xAB9AAB) is known color: London Hue. HEX triplet: AB, 9A and AB. RGB value is (171,154,171). Sum of RGB (Red+Green+Blue) = 171+154+171=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAB is #546554. Grayscale: #A0A0A0. Windows color (decimal): -5530965 or 11246251. OLE color: 11246251.

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

Color convert

RGB 171 154 171 -
CMYK 0 0.10 0 0.33
HSL 300º 0.09% 0.64% -
HSV(B) 300º 0.1% 0.67% -
XYZ 35.7 34.71 43.35 -
YUV 161.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 171 154 171 0 0.10 0 0.33 300 0.09 0.64
Hex AB 9A AB 0 A 0 21 12C 9 40
Octal 253 232 253 0 12 0 41 454 11 100
Binary 10101011 10011010 10101011 0 1010 0 100001 100101100 1001 1000000

Color Harmonies of #AB9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AAB

Black with #AB9AAB

Text Example


Text Example

White with #AB9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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