#A27BAA

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

Shades of Amethyst Smoke #A27BAA

Tints of Amethyst Smoke #A27BAA

Color information

#A27BAA (or 0xA27BAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7B and AA. RGB value is (162,123,170). Sum of RGB (Red+Green+Blue) = 162+123+170=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BAA is #5D8455. Grayscale: #8B8B8B. Windows color (decimal): -6128726 or 11172770. OLE color: 11172770.

HSL color Cylindrical-coordinate representation of color #A27BAA: hue angle of 289.79º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27BAA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162123170-
CMYK0.050.2800.33
HSL289.79º21.66%57.45%-
HSV(B)289.79º27.65%66.67%-
XYZ29.2424.7541.27-
YUV140.02144.92143.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=35.60%
G=27.03%
B=37.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621231700.050.2800.33289.7921.6657.45
HexA27BAA51C0211221639
Octal2421732525340414422671
Binary1010001011110111010101010111100010000110010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BAA; }

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

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

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

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

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

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

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

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