Html Css Color HEX #AB98A8 London Hue

📋 copy color: '#AB98A8'

red 171 ◦ green 152 ◦ blue 168

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

Shades of London Hue #AB98A8

Tints of London Hue #AB98A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 34.83%
G = 30.96%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB98A8 (or 0xAB98A8) is known color: London Hue. HEX triplet: AB, 98 and A8. RGB value is (171,152,168). Sum of RGB (Red+Green+Blue) = 171+152+168=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB98A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98A8 is #546757. Grayscale: #9F9F9F. Windows color (decimal): -5531480 or 11049131. OLE color: 11049131.

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

Color convert

RGB 171 152 168 -
CMYK 0 0.11 0.02 0.33
HSL 309.47º 0.1% 0.63% -
HSV(B) 309.47º 0.11% 0.67% -
XYZ 35.09 33.94 41.75 -
YUV 159.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 171 152 168 0 0.11 0.02 0.33 309.47 0.1 0.63
Hex AB 98 A8 0 B 2 21 135 A 3F
Octal 253 230 250 0 13 2 41 465 12 77
Binary 10101011 10011000 10101000 0 1011 10 100001 100110101 1010 111111

Color Harmonies of #AB98A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98A8

Black with #AB98A8

Text Example


Text Example

White with #AB98A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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