#A460DA

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

Shades of Amethyst #A460DA

Tints of Amethyst #A460DA

Color information

#A460DA (or 0xA460DA) is unknown color: approx Amethyst. HEX triplet: A4, 60 and DA. RGB value is (164,96,218). Sum of RGB (Red+Green+Blue) = 164+96+218=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A460DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460DA is #5B9F25. Grayscale: #818181. Windows color (decimal): -6004518 or 14311588. OLE color: 14311588.

HSL color Cylindrical-coordinate representation of color #A460DA: hue angle of 273.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A460DA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16496218-
CMYK0.250.5600.15
HSL273.44º62.24%61.57%-
HSV(B)273.44º55.96%85.49%-
XYZ32.1521.3268.75-
YUV130.24177.53152.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=34.31%
G=20.08%
B=45.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164962180.250.5600.15273.4462.2461.57
HexA460DA19380F1113e3e
Octal24414033231700174217676
Binary101001001100000110110101100111100001111100010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460DA; }

 p { color: rgb(164,96,218); }

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

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

 a { background-color: rgb(164,96,218); }

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

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

 span { border-color: rgb(164,96,218); }

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