#A07FA7

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

Shades of Amethyst Smoke #A07FA7

Tints of Amethyst Smoke #A07FA7

Color information

#A07FA7 (or 0xA07FA7) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7F and A7. RGB value is (160,127,167). Sum of RGB (Red+Green+Blue) = 160+127+167=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 167 - color contains mainly: blue. Hex color #A07FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA7 is #5F8058. Grayscale: #8D8D8D. Windows color (decimal): -6258777 or 10977184. OLE color: 10977184.

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

Color convert

RGB160127167-
CMYK0.040.2400.35
HSL289.5º18.52%57.65%-
HSV(B)289.5º23.95%65.49%-
XYZ29.0625.4439.94-
YUV141.43142.43141.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=35.24%
G=27.97%
B=36.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601271670.040.2400.35289.518.5257.65
HexA07FA7418023122133a
Octal2401772474300434422372
Binary1010000011111111010011110011000010001110010001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FA7; }

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

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

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

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

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

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

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

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