#A064CD

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

Shades of Amethyst #A064CD

Tints of Amethyst #A064CD

Color information

#A064CD (or 0xA064CD) is unknown color: approx Amethyst. HEX triplet: A0, 64 and CD. RGB value is (160,100,205). Sum of RGB (Red+Green+Blue) = 160+100+205=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A064CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CD is #5F9B32. Grayscale: #818181. Windows color (decimal): -6265651 or 13460640. OLE color: 13460640.

HSL color Cylindrical-coordinate representation of color #A064CD: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A064CD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160100205-
CMYK0.220.5100.20
HSL274.29º51.22%59.8%-
HSV(B)274.29º51.22%80.39%-
XYZ30.072160.23-
YUV129.91170.38149.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=34.41%
G=21.51%
B=44.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601002050.220.5100.20274.2951.2259.8
HexA064CD1633014112333c
Octal24014431526630244226374
Binary1010000011001001100110110110110011010100100010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064CD; }

 p { color: rgb(160,100,205); }

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

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

 a { background-color: rgb(160,100,205); }

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

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

 span { border-color: rgb(160,100,205); }

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