Html Css Color HEX #AB99AB London Hue

📋 copy color: '#AB99AB'

red 171 ◦ green 153 ◦ blue 171

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

Shades of London Hue #AB99AB

Tints of London Hue #AB99AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 34.55%
G = 30.91%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB99AB (or 0xAB99AB) is known color: London Hue. HEX triplet: AB, 99 and AB. RGB value is (171,153,171). Sum of RGB (Red+Green+Blue) = 171+153+171=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AB is #546654. Grayscale: #A0A0A0. Windows color (decimal): -5531221 or 11245995. OLE color: 11245995.

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

Color convert

RGB 171 153 171 -
CMYK 0 0.11 0 0.33
HSL 300º 0.1% 0.64% -
HSV(B) 300º 0.11% 0.67% -
XYZ 35.54 34.38 43.29 -
YUV 160.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 171 153 171 0 0.11 0 0.33 300 0.1 0.64
Hex AB 99 AB 0 B 0 21 12C A 40
Octal 253 231 253 0 13 0 41 454 12 100
Binary 10101011 10011001 10101011 0 1011 0 100001 100101100 1010 1000000

Color Harmonies of #AB99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99AB

Black with #AB99AB

Text Example


Text Example

White with #AB99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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