Html Css Color HEX #A993AD London Hue

📋 copy color: '#A993AD'

red 169 ◦ green 147 ◦ blue 173

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

Shades of London Hue #A993AD

Tints of London Hue #A993AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 34.56%
G = 30.06%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A993AD (or 0xA993AD) is known color: London Hue. HEX triplet: A9, 93 and AD. RGB value is (169,147,173). Sum of RGB (Red+Green+Blue) = 169+147+173=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A993AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AD is #566C52. Grayscale: #9C9C9C. Windows color (decimal): -5663827 or 11375529. OLE color: 11375529.

HSL color Cylindrical-coordinate representation of color #A993AD: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A993AD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 147 173 -
CMYK 0.02 0.15 0 0.32
HSL 290.77º 0.14% 0.63% -
HSV(B) 290.77º 0.15% 0.68% -
XYZ 34.34 32.32 43.96 -
YUV 156.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 169 147 173 0.02 0.15 0 0.32 290.77 0.14 0.63
Hex A9 93 AD 2 F 0 20 123 E 3F
Octal 251 223 255 2 17 0 40 443 16 77
Binary 10101001 10010011 10101101 10 1111 0 100000 100100011 1110 111111

Color Harmonies of #A993AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993AD

Black with #A993AD

Text Example


Text Example

White with #A993AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993AD; }

 p { color: rgb(169,147,173); }

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

background-color css

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

 a { background-color: rgb(169,147,173); }

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

border-color css

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

 span { border-color: rgb(169,147,173); }

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