Html Css Color HEX #A089AB Amethyst Smoke

📋 copy color: '#A089AB'

red 160 ◦ green 137 ◦ blue 171

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

Shades of Amethyst Smoke #A089AB

Tints of Amethyst Smoke #A089AB

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

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

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

R = 34.19%
G = 29.27%
B = 36.54%

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

#A089AB (or 0xA089AB) is known color: Amethyst Smoke. HEX triplet: A0, 89 and AB. RGB value is (160,137,171). Sum of RGB (Red+Green+Blue) = 160+137+171=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A089AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089AB is #5F7654. Grayscale: #939393. Windows color (decimal): -6256213 or 11241888. OLE color: 11241888.

HSL color Cylindrical-coordinate representation of color #A089AB: hue angle of 280.59º 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 #A089AB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 137 171 -
CMYK 0.06 0.20 0 0.33
HSL 280.59º 0.17% 0.6% -
HSV(B) 280.59º 0.2% 0.67% -
XYZ 30.79 28.31 42.37 -
YUV 147.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 160 137 171 0.06 0.20 0 0.33 280.59 0.17 0.6
Hex A0 89 AB 6 14 0 21 119 11 3C
Octal 240 211 253 6 24 0 41 431 21 74
Binary 10100000 10001001 10101011 110 10100 0 100001 100011001 10001 111100

Color Harmonies of #A089AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089AB

Black with #A089AB

Text Example


Text Example

White with #A089AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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