#A27FAA

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

Shades of Amethyst Smoke #A27FAA

Tints of Amethyst Smoke #A27FAA

Color information

#A27FAA (or 0xA27FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7F and AA. RGB value is (162,127,170). Sum of RGB (Red+Green+Blue) = 162+127+170=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAA is #5D8055. Grayscale: #8E8E8E. Windows color (decimal): -6127702 or 11173794. OLE color: 11173794.

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

Color convert

RGB162127170-
CMYK0.050.2500.33
HSL288.84º20.19%58.24%-
HSV(B)288.84º25.29%66.67%-
XYZ29.7525.7641.44-
YUV142.37143.6142-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=35.29%
G=27.67%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621271700.050.2500.33288.8420.1958.24
HexA27FAA519021121143a
Octal2421772525310414412472
Binary1010001011111111010101010111001010000110010000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FAA; }

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

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

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

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

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

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

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

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