Html Css Color HEX #A988AD London Hue

📋 copy color: '#A988AD'

red 169 ◦ green 136 ◦ blue 173

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

Shades of London Hue #A988AD

Tints of London Hue #A988AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

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

R = 35.36%
G = 28.45%
B = 36.19%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A988AD (or 0xA988AD) is known color: London Hue. HEX triplet: A9, 88 and AD. RGB value is (169,136,173). Sum of RGB (Red+Green+Blue) = 169+136+173=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A988AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AD is #567752. Grayscale: #959595. Windows color (decimal): -5666643 or 11372713. OLE color: 11372713.

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

Color convert

RGB 169 136 173 -
CMYK 0.02 0.21 0 0.32
HSL 293.51º 0.18% 0.61% -
HSV(B) 293.51º 0.21% 0.68% -
XYZ 32.71 29.06 43.42 -
YUV 150.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 169 136 173 0.02 0.21 0 0.32 293.51 0.18 0.61
Hex A9 88 AD 2 15 0 20 126 12 3D
Octal 251 210 255 2 25 0 40 446 22 75
Binary 10101001 10001000 10101101 10 10101 0 100000 100100110 10010 111101

Color Harmonies of #A988AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988AD

Black with #A988AD

Text Example


Text Example

White with #A988AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988AD; }

 p { color: rgb(169,136,173); }

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

background-color css

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

 a { background-color: rgb(169,136,173); }

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

border-color css

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

 span { border-color: rgb(169,136,173); }

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