Html Css Color HEX #AB81AD London Hue

📋 copy color: '#AB81AD'

red 171 ◦ green 129 ◦ blue 173

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

Shades of London Hue #AB81AD

Tints of London Hue #AB81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 36.15%
G = 27.27%
B = 36.58%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB81AD (or 0xAB81AD) is known color: London Hue. HEX triplet: AB, 81 and AD. RGB value is (171,129,173). Sum of RGB (Red+Green+Blue) = 171+129+173=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81AD is #547E52. Grayscale: #929292. Windows color (decimal): -5537363 or 11370923. OLE color: 11370923.

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

Color convert

RGB 171 129 173 -
CMYK 0.01 0.25 0 0.32
HSL 297.27º 0.21% 0.59% -
HSV(B) 297.27º 0.25% 0.68% -
XYZ 32.19 27.38 43.12 -
YUV 146.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 171 129 173 0.01 0.25 0 0.32 297.27 0.21 0.59
Hex AB 81 AD 1 19 0 20 129 15 3B
Octal 253 201 255 1 31 0 40 451 25 73
Binary 10101011 10000001 10101101 1 11001 0 100000 100101001 10101 111011

Color Harmonies of #AB81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81AD

Black with #AB81AD

Text Example


Text Example

White with #AB81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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