Html Css Color HEX #A986AB London Hue

📋 copy color: '#A986AB'

red 169 ◦ green 134 ◦ blue 171

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

Shades of London Hue #A986AB

Tints of London Hue #A986AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 35.65%
G = 28.27%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A986AB (or 0xA986AB) is known color: London Hue. HEX triplet: A9, 86 and AB. RGB value is (169,134,171). Sum of RGB (Red+Green+Blue) = 169+134+171=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A986AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986AB is #567954. Grayscale: #949494. Windows color (decimal): -5667157 or 11241129. OLE color: 11241129.

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

Color convert

RGB 169 134 171 -
CMYK 0.01 0.22 0 0.33
HSL 296.76º 0.18% 0.6% -
HSV(B) 296.76º 0.22% 0.67% -
XYZ 32.24 28.43 42.32 -
YUV 148.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 169 134 171 0.01 0.22 0 0.33 296.76 0.18 0.6
Hex A9 86 AB 1 16 0 21 129 12 3C
Octal 251 206 253 1 26 0 41 451 22 74
Binary 10101001 10000110 10101011 1 10110 0 100001 100101001 10010 111100

Color Harmonies of #A986AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986AB

Black with #A986AB

Text Example


Text Example

White with #A986AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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