Html Css Color HEX #AB96AD London Hue

📋 copy color: '#AB96AD'

red 171 ◦ green 150 ◦ blue 173

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

Shades of London Hue #AB96AD

Tints of London Hue #AB96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.36%

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

R = 34.62%
G = 30.36%
B = 35.02%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB96AD (or 0xAB96AD) is known color: London Hue. HEX triplet: AB, 96 and AD. RGB value is (171,150,173). Sum of RGB (Red+Green+Blue) = 171+150+173=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AD is #546952. Grayscale: #9E9E9E. Windows color (decimal): -5531987 or 11376299. OLE color: 11376299.

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

Color convert

RGB 171 150 173 -
CMYK 0.01 0.13 0 0.32
HSL 294.78º 0.12% 0.63% -
HSV(B) 294.78º 0.13% 0.68% -
XYZ 35.24 33.49 44.14 -
YUV 158.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 171 150 173 0.01 0.13 0 0.32 294.78 0.12 0.63
Hex AB 96 AD 1 D 0 20 127 C 3F
Octal 253 226 255 1 15 0 40 447 14 77
Binary 10101011 10010110 10101101 1 1101 0 100000 100100111 1100 111111

Color Harmonies of #AB96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96AD

Black with #AB96AD

Text Example


Text Example

White with #AB96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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