Html Css Color HEX #A991A8 London Hue

📋 copy color: '#A991A8'

red 169 ◦ green 145 ◦ blue 168

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

Shades of London Hue #A991A8

Tints of London Hue #A991A8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 35.06%
G = 30.08%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A991A8 (or 0xA991A8) is known color: London Hue. HEX triplet: A9, 91 and A8. RGB value is (169,145,168). Sum of RGB (Red+Green+Blue) = 169+145+168=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A8 is #566E57. Grayscale: #9A9A9A. Windows color (decimal): -5664344 or 11047337. OLE color: 11047337.

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

Color convert

RGB 169 145 168 -
CMYK 0 0.14 0.01 0.34
HSL 302.5º 0.12% 0.62% -
HSV(B) 302.5º 0.14% 0.66% -
XYZ 33.56 31.51 41.36 -
YUV 154.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 169 145 168 0 0.14 0.01 0.34 302.5 0.12 0.62
Hex A9 91 A8 0 E 1 22 12E C 3E
Octal 251 221 250 0 16 1 42 456 14 76
Binary 10101001 10010001 10101000 0 1110 1 100010 100101110 1100 111110

Color Harmonies of #A991A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991A8

Black with #A991A8

Text Example


Text Example

White with #A991A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991A8; }

 p { color: rgb(169,145,168); }

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

background-color css

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

 a { background-color: rgb(169,145,168); }

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

border-color css

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

 span { border-color: rgb(169,145,168); }

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