#A287AB

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

Shades of Amethyst Smoke #A287AB

Tints of Amethyst Smoke #A287AB

Color information

#A287AB (or 0xA287AB) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 87 and AB. RGB value is (162,135,171). Sum of RGB (Red+Green+Blue) = 162+135+171=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A287AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287AB is #5D7854. Grayscale: #939393. Windows color (decimal): -6125653 or 11241378. OLE color: 11241378.

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

Color convert

RGB162135171-
CMYK0.050.2100.33
HSL285º17.65%60%-
HSV(B)285º21.05%67.06%-
XYZ30.9127.9542.29-
YUV147.18141.45138.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=34.62%
G=28.85%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621351710.050.2100.3328517.6560
HexA287AB51502111d123c
Octal2422072535250414352274
Binary10100010100001111010101110110101010000110001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287AB; }

 p { color: rgb(162,135,171); }

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

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

 a { background-color: rgb(162,135,171); }

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

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

 span { border-color: rgb(162,135,171); }

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