#A385AB

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

Shades of Amethyst Smoke #A385AB

Tints of Amethyst Smoke #A385AB

Color information

#A385AB (or 0xA385AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 85 and AB. RGB value is (163,133,171). Sum of RGB (Red+Green+Blue) = 163+133+171=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A385AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AB is #5C7A54. Grayscale: #929292. Windows color (decimal): -6060629 or 11240867. OLE color: 11240867.

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

Color convert

RGB163133171-
CMYK0.050.2200.33
HSL287.37º18.45%59.61%-
HSV(B)287.37º22.22%67.06%-
XYZ30.8427.542.21-
YUV146.3141.94139.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=34.90%
G=28.48%
B=36.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631331710.050.2200.33287.3718.4559.61
HexA385AB51602111f123c
Octal2432052535260414372274
Binary10100011100001011010101110110110010000110001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385AB; }

 p { color: rgb(163,133,171); }

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

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

 a { background-color: rgb(163,133,171); }

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

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

 span { border-color: rgb(163,133,171); }

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