#A355DF

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

Shades of Amethyst #A355DF

Tints of Amethyst #A355DF

Color information

#A355DF (or 0xA355DF) is unknown color: approx Amethyst. HEX triplet: A3, 55 and DF. RGB value is (163,85,223). Sum of RGB (Red+Green+Blue) = 163+85+223=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A355DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355DF is #5CAA20. Grayscale: #7B7B7B. Windows color (decimal): -6072865 or 14636451. OLE color: 14636451.

HSL color Cylindrical-coordinate representation of color #A355DF: hue angle of 273.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A355DF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16385223-
CMYK0.270.6200.13
HSL273.91º68.32%60.39%-
HSV(B)273.91º61.88%87.45%-
XYZ31.6719.6171.93-
YUV124.05183.84155.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=34.61%
G=18.05%
B=47.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163852230.270.6200.13273.9168.3260.39
HexA355DF1B3E0D112443c
Octal243125337337601542210474
Binary1010001110101011101111111011111110011011000100101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355DF; }

 p { color: rgb(163,85,223); }

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

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

 a { background-color: rgb(163,85,223); }

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

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

 span { border-color: rgb(163,85,223); }

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