Html Css Color HEX #A990AB London Hue

📋 copy color: '#A990AB'

red 169 ◦ green 144 ◦ blue 171

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

Shades of London Hue #A990AB

Tints of London Hue #A990AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 34.92%
G = 29.75%
B = 35.33%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A990AB (or 0xA990AB) is known color: London Hue. HEX triplet: A9, 90 and AB. RGB value is (169,144,171). Sum of RGB (Red+Green+Blue) = 169+144+171=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A990AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AB is #566F54. Grayscale: #9A9A9A. Windows color (decimal): -5664597 or 11243689. OLE color: 11243689.

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

Color convert

RGB 169 144 171 -
CMYK 0.01 0.16 0 0.33
HSL 295.56º 0.14% 0.62% -
HSV(B) 295.56º 0.16% 0.67% -
XYZ 33.69 31.32 42.8 -
YUV 154.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 169 144 171 0.01 0.16 0 0.33 295.56 0.14 0.62
Hex A9 90 AB 1 10 0 21 128 E 3E
Octal 251 220 253 1 20 0 41 450 16 76
Binary 10101001 10010000 10101011 1 10000 0 100001 100101000 1110 111110

Color Harmonies of #A990AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990AB

Black with #A990AB

Text Example


Text Example

White with #A990AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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