Html Css Color HEX #A984AB London Hue

📋 copy color: '#A984AB'

red 169 ◦ green 132 ◦ blue 171

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

Shades of London Hue #A984AB

Tints of London Hue #A984AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

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

R = 35.81%
G = 27.97%
B = 36.23%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A984AB (or 0xA984AB) is known color: London Hue. HEX triplet: A9, 84 and AB. RGB value is (169,132,171). Sum of RGB (Red+Green+Blue) = 169+132+171=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A984AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984AB is #567B54. Grayscale: #939393. Windows color (decimal): -5667669 or 11240617. OLE color: 11240617.

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

Color convert

RGB 169 132 171 -
CMYK 0.01 0.23 0 0.33
HSL 296.92º 0.19% 0.59% -
HSV(B) 296.92º 0.23% 0.67% -
XYZ 31.96 27.88 42.22 -
YUV 147.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 169 132 171 0.01 0.23 0 0.33 296.92 0.19 0.59
Hex A9 84 AB 1 17 0 21 129 13 3B
Octal 251 204 253 1 27 0 41 451 23 73
Binary 10101001 10000100 10101011 1 10111 0 100001 100101001 10011 111011

Color Harmonies of #A984AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A984AB

Black with #A984AB

Text Example


Text Example

White with #A984AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A984AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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