#A07FAC

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

Shades of Amethyst Smoke #A07FAC

Tints of Amethyst Smoke #A07FAC

Color information

#A07FAC (or 0xA07FAC) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7F and AC. RGB value is (160,127,172). Sum of RGB (Red+Green+Blue) = 160+127+172=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAC is #5F8053. Grayscale: #8D8D8D. Windows color (decimal): -6258772 or 11304864. OLE color: 11304864.

HSL color Cylindrical-coordinate representation of color #A07FAC: hue angle of 284º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07FAC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160127172-
CMYK0.070.2600.33
HSL284º21.33%58.63%-
HSV(B)284º26.16%67.45%-
XYZ29.5325.6342.42-
YUV142144.93140.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=34.86%
G=27.67%
B=37.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601271720.070.2600.3328421.3358.63
HexA07FAC71A02111c153b
Octal2401772547320414342573
Binary1010000011111111010110011111010010000110001110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FAC; }

 p { color: rgb(160,127,172); }

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

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

 a { background-color: rgb(160,127,172); }

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

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

 span { border-color: rgb(160,127,172); }

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