Html Css Color HEX #AB94AD London Hue

📋 copy color: '#AB94AD'

red 171 ◦ green 148 ◦ blue 173

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

Shades of London Hue #AB94AD

Tints of London Hue #AB94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 34.76%
G = 30.08%
B = 35.16%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB94AD (or 0xAB94AD) is known color: London Hue. HEX triplet: AB, 94 and AD. RGB value is (171,148,173). Sum of RGB (Red+Green+Blue) = 171+148+173=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AD is #546B52. Grayscale: #9D9D9D. Windows color (decimal): -5532499 or 11375787. OLE color: 11375787.

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

Color convert

RGB 171 148 173 -
CMYK 0.01 0.14 0 0.32
HSL 295.2º 0.13% 0.63% -
HSV(B) 295.2º 0.14% 0.68% -
XYZ 34.93 32.85 44.04 -
YUV 157.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 171 148 173 0.01 0.14 0 0.32 295.2 0.13 0.63
Hex AB 94 AD 1 E 0 20 127 D 3F
Octal 253 224 255 1 16 0 40 447 15 77
Binary 10101011 10010100 10101101 1 1110 0 100000 100100111 1101 111111

Color Harmonies of #AB94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94AD

Black with #AB94AD

Text Example


Text Example

White with #AB94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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