#A27FAC

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

Shades of Amethyst Smoke #A27FAC

Tints of Amethyst Smoke #A27FAC

Color information

#A27FAC (or 0xA27FAC) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7F and AC. RGB value is (162,127,172). Sum of RGB (Red+Green+Blue) = 162+127+172=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A27FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAC is #5D8053. Grayscale: #8E8E8E. Windows color (decimal): -6127700 or 11304866. OLE color: 11304866.

HSL color Cylindrical-coordinate representation of color #A27FAC: hue angle of 286.67º 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 #A27FAC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162127172-
CMYK0.060.2600.33
HSL286.67º21.33%58.63%-
HSV(B)286.67º26.16%67.45%-
XYZ29.9425.8442.44-
YUV142.6144.6141.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=35.14%
G=27.55%
B=37.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621271720.060.2600.33286.6721.3358.63
HexA27FAC61A02111f153b
Octal2421772546320414372573
Binary1010001011111111010110011011010010000110001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FAC; }

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

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

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

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

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

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

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

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