Html Css Color HEX #A995AD London Hue

📋 copy color: '#A995AD'

red 169 ◦ green 149 ◦ blue 173

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

Shades of London Hue #A995AD

Tints of London Hue #A995AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 34.42%
G = 30.35%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A995AD (or 0xA995AD) is known color: London Hue. HEX triplet: A9, 95 and AD. RGB value is (169,149,173). Sum of RGB (Red+Green+Blue) = 169+149+173=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A995AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AD is #566A52. Grayscale: #9D9D9D. Windows color (decimal): -5663315 or 11376041. OLE color: 11376041.

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

Color convert

RGB 169 149 173 -
CMYK 0.02 0.14 0 0.32
HSL 290º 0.13% 0.63% -
HSV(B) 290º 0.14% 0.68% -
XYZ 34.65 32.95 44.07 -
YUV 157.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 169 149 173 0.02 0.14 0 0.32 290 0.13 0.63
Hex A9 95 AD 2 E 0 20 122 D 3F
Octal 251 225 255 2 16 0 40 442 15 77
Binary 10101001 10010101 10101101 10 1110 0 100000 100100010 1101 111111

Color Harmonies of #A995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995AD

Black with #A995AD

Text Example


Text Example

White with #A995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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