Html Css Color HEX #A981AB London Hue

📋 copy color: '#A981AB'

red 169 ◦ green 129 ◦ blue 171

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

Shades of London Hue #A981AB

Tints of London Hue #A981AB

RGB

 RED value IS 169 (66.41% from 255) = 36.03%

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 36.03%
G = 27.51%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A981AB (or 0xA981AB) is known color: London Hue. HEX triplet: A9, 81 and AB. RGB value is (169,129,171). Sum of RGB (Red+Green+Blue) = 169+129+171=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A981AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981AB is #567E54. Grayscale: #919191. Windows color (decimal): -5668437 or 11239849. OLE color: 11239849.

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

Color convert

RGB 169 129 171 -
CMYK 0.01 0.25 0 0.33
HSL 297.14º 0.2% 0.59% -
HSV(B) 297.14º 0.25% 0.67% -
XYZ 31.56 27.08 42.09 -
YUV 145.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 169 129 171 0.01 0.25 0 0.33 297.14 0.2 0.59
Hex A9 81 AB 1 19 0 21 129 14 3B
Octal 251 201 253 1 31 0 41 451 24 73
Binary 10101001 10000001 10101011 1 11001 0 100001 100101001 10100 111011

Color Harmonies of #A981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981AB

Black with #A981AB

Text Example


Text Example

White with #A981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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