Html Css Color HEX #A990AC London Hue

📋 copy color: '#A990AC'

red 169 ◦ green 144 ◦ blue 172

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

Shades of London Hue #A990AC

Tints of London Hue #A990AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 34.85%
G = 29.69%
B = 35.46%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A990AC (or 0xA990AC) is known color: London Hue. HEX triplet: A9, 90 and AC. RGB value is (169,144,172). Sum of RGB (Red+Green+Blue) = 169+144+172=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A990AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990AC is #566F53. Grayscale: #9A9A9A. Windows color (decimal): -5664596 or 11309225. OLE color: 11309225.

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

Color convert

RGB 169 144 172 -
CMYK 0.02 0.16 0 0.33
HSL 293.57º 0.14% 0.62% -
HSV(B) 293.57º 0.16% 0.67% -
XYZ 33.78 31.36 43.3 -
YUV 154.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 169 144 172 0.02 0.16 0 0.33 293.57 0.14 0.62
Hex A9 90 AC 2 10 0 21 126 E 3E
Octal 251 220 254 2 20 0 41 446 16 76
Binary 10101001 10010000 10101100 10 10000 0 100001 100100110 1110 111110

Color Harmonies of #A990AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990AC

Black with #A990AC

Text Example


Text Example

White with #A990AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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