#A064CA

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

Shades of Amethyst #A064CA

Tints of Amethyst #A064CA

Color information

#A064CA (or 0xA064CA) is unknown color: approx Amethyst. HEX triplet: A0, 64 and CA. RGB value is (160,100,202). Sum of RGB (Red+Green+Blue) = 160+100+202=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A064CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CA is #5F9B35. Grayscale: #818181. Windows color (decimal): -6265654 or 13264032. OLE color: 13264032.

HSL color Cylindrical-coordinate representation of color #A064CA: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A064CA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160100202-
CMYK0.210.5000.21
HSL275.29º49.04%59.22%-
HSV(B)275.29º50.5%79.22%-
XYZ29.7220.8558.34-
YUV129.57168.88149.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=34.63%
G=21.65%
B=43.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601002020.210.5000.21275.2949.0459.22
HexA064CA1532015113313b
Octal24014431225620254236173
Binary1010000011001001100101010101110010010101100010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064CA; }

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

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

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

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

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

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

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

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