#A08FAA

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

Shades of Amethyst Smoke #A08FAA

Tints of Amethyst Smoke #A08FAA

Color information

#A08FAA (or 0xA08FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 8F and AA. RGB value is (160,143,170). Sum of RGB (Red+Green+Blue) = 160+143+170=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 143 (56.25% from 255 or 30.23% 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 #A08FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAA is #5F7055. Grayscale: #979797. Windows color (decimal): -6254678 or 11177888. OLE color: 11177888.

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

Color convert

RGB160143170-
CMYK0.060.1600.33
HSL277.78º13.71%61.37%-
HSV(B)277.78º15.88%66.67%-
XYZ31.5830.0242.16-
YUV151.16138.63134.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=33.83%
G=30.23%
B=35.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601431700.060.1600.33277.7813.7161.37
HexA08FAA610021116e3d
Octal2402172526200414261675
Binary1010000010001111101010101101000001000011000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FAA; }

 p { color: rgb(160,143,170); }

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

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

 a { background-color: rgb(160,143,170); }

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

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

 span { border-color: rgb(160,143,170); }

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