Html Css Color HEX #A18BAA Amethyst Smoke

📋 copy color: '#A18BAA'

red 161 ◦ green 139 ◦ blue 170

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

Shades of Amethyst Smoke #A18BAA

Tints of Amethyst Smoke #A18BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 34.26%
G = 29.57%
B = 36.17%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A18BAA (or 0xA18BAA) is known color: Amethyst Smoke. HEX triplet: A1, 8B and AA. RGB value is (161,139,170). Sum of RGB (Red+Green+Blue) = 161+139+170=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAA is #5E7455. Grayscale: #959595. Windows color (decimal): -6190166 or 11176865. OLE color: 11176865.

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

Color convert

RGB 161 139 170 -
CMYK 0.05 0.18 0 0.33
HSL 282.58º 0.15% 0.61% -
HSV(B) 282.58º 0.18% 0.67% -
XYZ 31.19 28.94 41.97 -
YUV 149.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 161 139 170 0.05 0.18 0 0.33 282.58 0.15 0.61
Hex A1 8B AA 5 12 0 21 11B F 3D
Octal 241 213 252 5 22 0 41 433 17 75
Binary 10100001 10001011 10101010 101 10010 0 100001 100011011 1111 111101

Color Harmonies of #A18BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BAA

Black with #A18BAA

Text Example


Text Example

White with #A18BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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