Html Css Color HEX #A987AA London Hue

📋 copy color: '#A987AA'

red 169 ◦ green 135 ◦ blue 170

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

Shades of London Hue #A987AA

Tints of London Hue #A987AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 35.65%
G = 28.48%
B = 35.86%

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

#A987AA (or 0xA987AA) is known color: London Hue. HEX triplet: A9, 87 and AA. RGB value is (169,135,170). Sum of RGB (Red+Green+Blue) = 169+135+170=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A987AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A987AA is #567855. Grayscale: #959595. Windows color (decimal): -5666902 or 11175849. OLE color: 11175849.

HSL color Cylindrical-coordinate representation of color #A987AA: hue angle of 298.29º 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 #A987AA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 135 170 -
CMYK 0.01 0.21 0 0.33
HSL 298.29º 0.17% 0.6% -
HSV(B) 298.29º 0.21% 0.67% -
XYZ 32.28 28.67 41.86 -
YUV 149.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 169 135 170 0.01 0.21 0 0.33 298.29 0.17 0.6
Hex A9 87 AA 1 15 0 21 12A 11 3C
Octal 251 207 252 1 25 0 41 452 21 74
Binary 10101001 10000111 10101010 1 10101 0 100001 100101010 10001 111100

Color Harmonies of #A987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A987AA

Black with #A987AA

Text Example


Text Example

White with #A987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A987AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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