Html Css Color HEX #A181A9 Amethyst Smoke

📋 copy color: '#A181A9'

red 161 ◦ green 129 ◦ blue 169

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

Shades of Amethyst Smoke #A181A9

Tints of Amethyst Smoke #A181A9

RGB

 RED value IS 161 (63.28% from 255) = 35.08%

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 35.08%
G = 28.1%
B = 36.82%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A181A9 (or 0xA181A9) is known color: Amethyst Smoke. HEX triplet: A1, 81 and A9. RGB value is (161,129,169). Sum of RGB (Red+Green+Blue) = 161+129+169=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #A181A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181A9 is #5E7E56. Grayscale: #8F8F8F. Windows color (decimal): -6192727 or 11108769. OLE color: 11108769.

HSL color Cylindrical-coordinate representation of color #A181A9: hue angle of 288º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A181A9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 129 169 -
CMYK 0.05 0.24 0 0.34
HSL 288º 0.19% 0.58% -
HSV(B) 288º 0.24% 0.66% -
XYZ 29.71 26.14 41.02 -
YUV 143.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 161 129 169 0.05 0.24 0 0.34 288 0.19 0.58
Hex A1 81 A9 5 18 0 22 120 13 3A
Octal 241 201 251 5 30 0 42 440 23 72
Binary 10100001 10000001 10101001 101 11000 0 100010 100100000 10011 111010

Color Harmonies of #A181A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181A9

Black with #A181A9

Text Example


Text Example

White with #A181A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181A9; }

 p { color: rgb(161,129,169); }

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

background-color css

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

 a { background-color: rgb(161,129,169); }

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

border-color css

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

 span { border-color: rgb(161,129,169); }

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