#A461D5

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

Shades of Amethyst #A461D5

Tints of Amethyst #A461D5

Color information

#A461D5 (or 0xA461D5) is unknown color: approx Amethyst. HEX triplet: A4, 61 and D5. RGB value is (164,97,213). Sum of RGB (Red+Green+Blue) = 164+97+213=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #A461D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461D5 is #5B9E2A. Grayscale: #818181. Windows color (decimal): -6004267 or 13984164. OLE color: 13984164.

HSL color Cylindrical-coordinate representation of color #A461D5: hue angle of 274.66º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A461D5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16497213-
CMYK0.230.5400.16
HSL274.66º58%60.78%-
HSV(B)274.66º54.46%83.53%-
XYZ31.5921.2565.39-
YUV130.26174.7152.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=34.60%
G=20.46%
B=44.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164972130.230.5400.16274.665860.78
HexA461D517360101133a3d
Octal24414132527660204237275
Binary1010010011000011101010110111110110010000100010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461D5; }

 p { color: rgb(164,97,213); }

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

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

 a { background-color: rgb(164,97,213); }

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

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

 span { border-color: rgb(164,97,213); }

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