#a555d2

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

Shades of Amethyst #A555D2

Tints of Amethyst #A555D2

Color information

#A555D2 (or 0xA555D2) is unknown color: approx Amethyst. HEX triplet: A5, 55 and D2. RGB value is (165,85,210). Sum of RGB (Red+Green+Blue) = 165+85+210=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #A555D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555D2 is #5AAA2D. Grayscale: #7A7A7A. Windows color (decimal): -5941806 or 13784485. OLE color: 13784485.

HSL color Cylindrical-coordinate representation of color #A555D2: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A555D2 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16585210-
CMYK0.210.6000.18
HSL278.4º58.14%57.84%-
HSV(B)278.4º59.52%82.35%-
XYZ30.419.1563.07-
YUV123.17177157.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 210 (82.42% from 255) = 45.65%
R=35.87%
G=18.48%
B=45.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165852100.210.6000.18278.458.1457.84
HexA555D2153C0121163a3a
Octal24512532225740224267272
Binary1010010110101011101001010101111100010010100010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a555d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a555d2; }

 p { color: rgb(165,85,210); }

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

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

 a { background-color: rgb(165,85,210); }

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

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

 span { border-color: rgb(165,85,210); }

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