Html Css Color HEX #A18BAB Amethyst Smoke

📋 copy color: '#A18BAB'

red 161 ◦ green 139 ◦ blue 171

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

Shades of Amethyst Smoke #A18BAB

Tints of Amethyst Smoke #A18BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 34.18%
G = 29.51%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A18BAB (or 0xA18BAB) is known color: Amethyst Smoke. HEX triplet: A1, 8B and AB. RGB value is (161,139,171). Sum of RGB (Red+Green+Blue) = 161+139+171=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A18BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAB is #5E7454. Grayscale: #959595. Windows color (decimal): -6190165 or 11242401. OLE color: 11242401.

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

Color convert

RGB 161 139 171 -
CMYK 0.06 0.19 0 0.33
HSL 281.25º 0.16% 0.61% -
HSV(B) 281.25º 0.19% 0.67% -
XYZ 31.28 28.98 42.47 -
YUV 149.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 161 139 171 0.06 0.19 0 0.33 281.25 0.16 0.61
Hex A1 8B AB 6 13 0 21 119 10 3D
Octal 241 213 253 6 23 0 41 431 20 75
Binary 10100001 10001011 10101011 110 10011 0 100001 100011001 10000 111101

Color Harmonies of #A18BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BAB

Black with #A18BAB

Text Example


Text Example

White with #A18BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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