Html Css Color HEX #A18DAA Amethyst Smoke

📋 copy color: '#A18DAA'

red 161 ◦ green 141 ◦ blue 170

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

Shades of Amethyst Smoke #A18DAA

Tints of Amethyst Smoke #A18DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 34.11%
G = 29.87%
B = 36.02%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A18DAA (or 0xA18DAA) is known color: Amethyst Smoke. HEX triplet: A1, 8D and AA. RGB value is (161,141,170). Sum of RGB (Red+Green+Blue) = 161+141+170=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18DAA is #5E7255. Grayscale: #969696. Windows color (decimal): -6189654 or 11177377. OLE color: 11177377.

HSL color Cylindrical-coordinate representation of color #A18DAA: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18DAA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 141 170 -
CMYK 0.05 0.17 0 0.33
HSL 281.38º 0.15% 0.61% -
HSV(B) 281.38º 0.17% 0.67% -
XYZ 31.48 29.53 42.07 -
YUV 150.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 161 141 170 0.05 0.17 0 0.33 281.38 0.15 0.61
Hex A1 8D AA 5 11 0 21 119 F 3D
Octal 241 215 252 5 21 0 41 431 17 75
Binary 10100001 10001101 10101010 101 10001 0 100001 100011001 1111 111101

Color Harmonies of #A18DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DAA

Black with #A18DAA

Text Example


Text Example

White with #A18DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DAA; }

 p { color: rgb(161,141,170); }

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

background-color css

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

 a { background-color: rgb(161,141,170); }

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

border-color css

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

 span { border-color: rgb(161,141,170); }

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