#A28DAA

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

Shades of Amethyst Smoke #A28DAA

Tints of Amethyst Smoke #A28DAA

Color information

#A28DAA (or 0xA28DAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8D and AA. RGB value is (162,141,170). Sum of RGB (Red+Green+Blue) = 162+141+170=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DAA is #5D7255. Grayscale: #969696. Windows color (decimal): -6124118 or 11177378. OLE color: 11177378.

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

Color convert

RGB162141170-
CMYK0.050.1700.33
HSL283.45º14.57%60.98%-
HSV(B)283.45º17.06%66.67%-
XYZ31.6829.6342.08-
YUV150.58138.96136.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=34.25%
G=29.81%
B=35.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621411700.050.1700.33283.4514.5760.98
HexA28DAA51102111bf3d
Octal2422152525210414331775
Binary1010001010001101101010101011000101000011000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DAA; }

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

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

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

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

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

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

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

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