#A084AC

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

Shades of Amethyst Smoke #A084AC

Tints of Amethyst Smoke #A084AC

Color information

#A084AC (or 0xA084AC) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 84 and AC. RGB value is (160,132,172). Sum of RGB (Red+Green+Blue) = 160+132+172=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A084AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084AC is #5F7B53. Grayscale: #909090. Windows color (decimal): -6257492 or 11306144. OLE color: 11306144.

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

Color convert

RGB160132172-
CMYK0.070.2300.33
HSL282º19.42%59.61%-
HSV(B)282º23.26%67.45%-
XYZ30.1926.9542.64-
YUV144.93143.28138.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=34.48%
G=28.45%
B=37.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601321720.070.2300.3328219.4259.61
HexA084AC71702111a133c
Octal2402042547270414322374
Binary10100000100001001010110011110111010000110001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084AC; }

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

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

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

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

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

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

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

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