#A08AA6

Color #A08AA6 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A08AA6

Tints of Amethyst Smoke #A08AA6

Color information

#A08AA6 (or 0xA08AA6) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 8A and A6. RGB value is (160,138,166). Sum of RGB (Red+Green+Blue) = 160+138+166=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 166 - color contains mainly: blue. Hex color #A08AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AA6 is #5F7559. Grayscale: #939393. Windows color (decimal): -6255962 or 10914464. OLE color: 10914464.

HSL color Cylindrical-coordinate representation of color #A08AA6: hue angle of 287.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08AA6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160138166-
CMYK0.040.1700.35
HSL287.14º13.59%59.61%-
HSV(B)287.14º16.87%65.1%-
XYZ30.4728.439.95-
YUV147.77138.29136.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=34.48%
G=29.74%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601381660.040.1700.35287.1413.5959.61
HexA08AA641102311fe3c
Octal2402122464210434371674
Binary1010000010001010101001101001000101000111000111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AA6; }

 p { color: rgb(160,138,166); }

 H1.HeaderClassName
 {
   color: #A08AA6;
 }
 .AnyTagClassName
 {
   color: #A08AA6;
 }
</style>
background-color css

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

 a { background-color: rgb(160,138,166); }

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

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

 span { border-color: rgb(160,138,166); }

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