Html Css Color HEX #A18EAA Amethyst Smoke

📋 copy color: '#A18EAA'

red 161 ◦ green 142 ◦ blue 170

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

Shades of Amethyst Smoke #A18EAA

Tints of Amethyst Smoke #A18EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 34.04%
G = 30.02%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A18EAA (or 0xA18EAA) is known color: Amethyst Smoke. HEX triplet: A1, 8E and AA. RGB value is (161,142,170). Sum of RGB (Red+Green+Blue) = 161+142+170=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAA is #5E7155. Grayscale: #969696. Windows color (decimal): -6189398 or 11177633. OLE color: 11177633.

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

Color convert

RGB 161 142 170 -
CMYK 0.05 0.16 0 0.33
HSL 280.71º 0.14% 0.61% -
HSV(B) 280.71º 0.16% 0.67% -
XYZ 31.63 29.83 42.12 -
YUV 150.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 161 142 170 0.05 0.16 0 0.33 280.71 0.14 0.61
Hex A1 8E AA 5 10 0 21 119 E 3D
Octal 241 216 252 5 20 0 41 431 16 75
Binary 10100001 10001110 10101010 101 10000 0 100001 100011001 1110 111101

Color Harmonies of #A18EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EAA

Black with #A18EAA

Text Example


Text Example

White with #A18EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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