Html Css Color HEX #A986AA London Hue

📋 copy color: '#A986AA'

red 169 ◦ green 134 ◦ blue 170

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

Shades of London Hue #A986AA

Tints of London Hue #A986AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 35.73%
G = 28.33%
B = 35.94%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A986AA (or 0xA986AA) is known color: London Hue. HEX triplet: A9, 86 and AA. RGB value is (169,134,170). Sum of RGB (Red+Green+Blue) = 169+134+170=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A986AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986AA is #567955. Grayscale: #949494. Windows color (decimal): -5667158 or 11175593. OLE color: 11175593.

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

Color convert

RGB 169 134 170 -
CMYK 0.01 0.21 0 0.33
HSL 298.33º 0.17% 0.6% -
HSV(B) 298.33º 0.21% 0.67% -
XYZ 32.14 28.39 41.82 -
YUV 148.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 169 134 170 0.01 0.21 0 0.33 298.33 0.17 0.6
Hex A9 86 AA 1 15 0 21 12A 11 3C
Octal 251 206 252 1 25 0 41 452 21 74
Binary 10101001 10000110 10101010 1 10101 0 100001 100101010 10001 111100

Color Harmonies of #A986AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986AA

Black with #A986AA

Text Example


Text Example

White with #A986AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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