#A063CA

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

Shades of Amethyst #A063CA

Tints of Amethyst #A063CA

Color information

#A063CA (or 0xA063CA) is unknown color: approx Amethyst. HEX triplet: A0, 63 and CA. RGB value is (160,99,202). Sum of RGB (Red+Green+Blue) = 160+99+202=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A063CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CA is #5F9C35. Grayscale: #808080. Windows color (decimal): -6265910 or 13263776. OLE color: 13263776.

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

Color convert

RGB16099202-
CMYK0.210.5100.21
HSL275.53º49.28%59.02%-
HSV(B)275.53º50.99%79.22%-
XYZ29.6220.6658.3-
YUV128.98169.21150.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=34.71%
G=21.48%
B=43.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160992020.210.5100.21275.5349.2859.02
HexA063CA1533015114313b
Octal24014331225630254246173
Binary1010000011000111100101010101110011010101100010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063CA; }

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

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

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

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

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

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

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

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