#a55fdc

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

Shades of Amethyst #A55FDC

Tints of Amethyst #A55FDC

Color information

#A55FDC (or 0xA55FDC) is unknown color: approx Amethyst. HEX triplet: A5, 5F and DC. RGB value is (165,95,220). Sum of RGB (Red+Green+Blue) = 165+95+220=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A55FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDC is #5AA023. Grayscale: #818181. Windows color (decimal): -5939236 or 14442405. OLE color: 14442405.

HSL color Cylindrical-coordinate representation of color #A55FDC: hue angle of 273.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55FDC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16595220-
CMYK0.250.5700.14
HSL273.6º64.1%61.76%-
HSV(B)273.6º56.82%86.27%-
XYZ32.5321.3570.12-
YUV130.18178.69152.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=34.38%
G=19.79%
B=45.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165952200.250.5700.14273.664.161.76
HexA55FDC19390E112403e
Octal245137334317101642210076
Binary1010010110111111101110011001111001011101000100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55fdc; }

 p { color: rgb(165,95,220); }

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

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

 a { background-color: rgb(165,95,220); }

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

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

 span { border-color: rgb(165,95,220); }

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