Html Css Color HEX #A995AC London Hue

📋 copy color: '#A995AC'

red 169 ◦ green 149 ◦ blue 172

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

Shades of London Hue #A995AC

Tints of London Hue #A995AC

RGB

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

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

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

R = 34.49%
G = 30.41%
B = 35.1%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A995AC (or 0xA995AC) is known color: London Hue. HEX triplet: A9, 95 and AC. RGB value is (169,149,172). Sum of RGB (Red+Green+Blue) = 169+149+172=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A995AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AC is #566A53. Grayscale: #9D9D9D. Windows color (decimal): -5663316 or 11310505. OLE color: 11310505.

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

Color convert

RGB 169 149 172 -
CMYK 0.02 0.13 0 0.33
HSL 292.17º 0.12% 0.63% -
HSV(B) 292.17º 0.13% 0.67% -
XYZ 34.56 32.91 43.56 -
YUV 157.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 169 149 172 0.02 0.13 0 0.33 292.17 0.12 0.63
Hex A9 95 AC 2 D 0 21 124 C 3F
Octal 251 225 254 2 15 0 41 444 14 77
Binary 10101001 10010101 10101100 10 1101 0 100001 100100100 1100 111111

Color Harmonies of #A995AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995AC

Black with #A995AC

Text Example


Text Example

White with #A995AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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