Html Css Color HEX #A988AE London Hue

📋 copy color: '#A988AE'

red 169 ◦ green 136 ◦ blue 174

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

Shades of London Hue #A988AE

Tints of London Hue #A988AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 35.28%
G = 28.39%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A988AE (or 0xA988AE) is known color: London Hue. HEX triplet: A9, 88 and AE. RGB value is (169,136,174). Sum of RGB (Red+Green+Blue) = 169+136+174=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A988AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AE is #567751. Grayscale: #969696. Windows color (decimal): -5666642 or 11438249. OLE color: 11438249.

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

Color convert

RGB 169 136 174 -
CMYK 0.03 0.22 0 0.32
HSL 292.11º 0.19% 0.61% -
HSV(B) 292.11º 0.22% 0.68% -
XYZ 32.81 29.1 43.93 -
YUV 150.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 169 136 174 0.03 0.22 0 0.32 292.11 0.19 0.61
Hex A9 88 AE 3 16 0 20 124 13 3D
Octal 251 210 256 3 26 0 40 444 23 75
Binary 10101001 10001000 10101110 11 10110 0 100000 100100100 10011 111101

Color Harmonies of #A988AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988AE

Black with #A988AE

Text Example


Text Example

White with #A988AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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