Html Css Color HEX #AB98AD London Hue

📋 copy color: '#AB98AD'

red 171 ◦ green 152 ◦ blue 173

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

Shades of London Hue #AB98AD

Tints of London Hue #AB98AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 34.48%
G = 30.65%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB98AD (or 0xAB98AD) is known color: London Hue. HEX triplet: AB, 98 and AD. RGB value is (171,152,173). Sum of RGB (Red+Green+Blue) = 171+152+173=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98AD is #546752. Grayscale: #A0A0A0. Windows color (decimal): -5531475 or 11376811. OLE color: 11376811.

HSL color Cylindrical-coordinate representation of color #AB98AD: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB98AD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 152 173 -
CMYK 0.01 0.12 0 0.32
HSL 294.29º 0.11% 0.64% -
HSV(B) 294.29º 0.12% 0.68% -
XYZ 35.57 34.13 44.25 -
YUV 160.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 171 152 173 0.01 0.12 0 0.32 294.29 0.11 0.64
Hex AB 98 AD 1 C 0 20 126 B 40
Octal 253 230 255 1 14 0 40 446 13 100
Binary 10101011 10011000 10101101 1 1100 0 100000 100100110 1011 1000000

Color Harmonies of #AB98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98AD

Black with #AB98AD

Text Example


Text Example

White with #AB98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98AD; }

 p { color: rgb(171,152,173); }

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

background-color css

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

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

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

border-color css

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

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

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