Html Css Color HEX #A189AB Amethyst Smoke

📋 copy color: '#A189AB'

red 161 ◦ green 137 ◦ blue 171

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

Shades of Amethyst Smoke #A189AB

Tints of Amethyst Smoke #A189AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.21%

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

R = 34.33%
G = 29.21%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A189AB (or 0xA189AB) is known color: Amethyst Smoke. HEX triplet: A1, 89 and AB. RGB value is (161,137,171). Sum of RGB (Red+Green+Blue) = 161+137+171=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #A189AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189AB is #5E7654. Grayscale: #939393. Windows color (decimal): -6190677 or 11241889. OLE color: 11241889.

HSL color Cylindrical-coordinate representation of color #A189AB: hue angle of 282.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A189AB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 137 171 -
CMYK 0.06 0.20 0 0.33
HSL 282.35º 0.17% 0.6% -
HSV(B) 282.35º 0.2% 0.67% -
XYZ 30.99 28.41 42.38 -
YUV 148.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 161 137 171 0.06 0.20 0 0.33 282.35 0.17 0.6
Hex A1 89 AB 6 14 0 21 11A 11 3C
Octal 241 211 253 6 24 0 41 432 21 74
Binary 10100001 10001001 10101011 110 10100 0 100001 100011010 10001 111100

Color Harmonies of #A189AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189AB

Black with #A189AB

Text Example


Text Example

White with #A189AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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