#A357DB

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

Shades of Amethyst #A357DB

Tints of Amethyst #A357DB

Color information

#A357DB (or 0xA357DB) is unknown color: approx Amethyst. HEX triplet: A3, 57 and DB. RGB value is (163,87,219). Sum of RGB (Red+Green+Blue) = 163+87+219=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A357DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357DB is #5CA824. Grayscale: #7C7C7C. Windows color (decimal): -6072357 or 14374819. OLE color: 14374819.

HSL color Cylindrical-coordinate representation of color #A357DB: hue angle of 274.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A357DB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16387219-
CMYK0.260.6000.14
HSL274.55º64.71%60%-
HSV(B)274.55º60.27%85.88%-
XYZ31.319.7269.17-
YUV124.77181.18155.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=34.75%
G=18.55%
B=46.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163872190.260.6000.14274.5564.7160
HexA357DB1A3C0E113413c
Octal243127333327401642310174
Binary1010001110101111101101111010111100011101000100111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A357DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A357DB; }

 p { color: rgb(163,87,219); }

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

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

 a { background-color: rgb(163,87,219); }

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

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

 span { border-color: rgb(163,87,219); }

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