#A08CAB

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

Shades of Amethyst Smoke #A08CAB

Tints of Amethyst Smoke #A08CAB

Color information

#A08CAB (or 0xA08CAB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 8C and AB. RGB value is (160,140,171). Sum of RGB (Red+Green+Blue) = 160+140+171=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 140 (55.08% from 255 or 29.72% 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 #A08CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CAB is #5F7354. Grayscale: #959595. Windows color (decimal): -6255445 or 11242656. OLE color: 11242656.

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

Color convert

RGB160140171-
CMYK0.060.1800.33
HSL278.71º15.58%60.98%-
HSV(B)278.71º18.13%67.06%-
XYZ31.2329.1742.51-
YUV149.51140.13135.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=33.97%
G=29.72%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601401710.060.1800.33278.7115.5860.98
HexA08CAB612021117103d
Octal2402142536220414272075
Binary10100000100011001010101111010010010000110001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CAB; }

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

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

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

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

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

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

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

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