#A07FAA

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

Shades of Amethyst Smoke #A07FAA

Tints of Amethyst Smoke #A07FAA

Color information

#A07FAA (or 0xA07FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7F and AA. RGB value is (160,127,170). Sum of RGB (Red+Green+Blue) = 160+127+170=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAA is #5F8055. Grayscale: #8D8D8D. Windows color (decimal): -6258774 or 11173792. OLE color: 11173792.

HSL color Cylindrical-coordinate representation of color #A07FAA: hue angle of 286.05º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07FAA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160127170-
CMYK0.060.2500.33
HSL286.05º20.19%58.24%-
HSV(B)286.05º25.29%66.67%-
XYZ29.3425.5541.42-
YUV141.77143.93141-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=35.01%
G=27.79%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601271700.060.2500.33286.0520.1958.24
HexA07FAA61902111e143a
Octal2401772526310414362472
Binary1010000011111111010101011011001010000110001111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FAA; }

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

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

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

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

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

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

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

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