#A07AA4

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

Shades of Amethyst Smoke #A07AA4

Tints of Amethyst Smoke #A07AA4

Color information

#A07AA4 (or 0xA07AA4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7A and A4. RGB value is (160,122,164). Sum of RGB (Red+Green+Blue) = 160+122+164=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #A07AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AA4 is #5F855B. Grayscale: #8A8A8A. Windows color (decimal): -6260060 or 10779296. OLE color: 10779296.

HSL color Cylindrical-coordinate representation of color #A07AA4: hue angle of 294.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07AA4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160122164-
CMYK0.020.2600.36
HSL294.29º18.75%56.08%-
HSV(B)294.29º25.61%64.31%-
XYZ28.1624.0738.28-
YUV138.15142.59143.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=35.87%
G=27.35%
B=36.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601221640.020.2600.36294.2918.7556.08
HexA07AA421A0241261338
Octal2401722442320444462370
Binary101000001111010101001001011010010010010010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AA4; }

 p { color: rgb(160,122,164); }

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

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

 a { background-color: rgb(160,122,164); }

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

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

 span { border-color: rgb(160,122,164); }

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