#A963CA

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

Shades of Amethyst #A963CA

Tints of Amethyst #A963CA

Color information

#A963CA (or 0xA963CA) is unknown color: approx Amethyst. HEX triplet: A9, 63 and CA. RGB value is (169,99,202). Sum of RGB (Red+Green+Blue) = 169+99+202=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A963CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CA is #569C35. Grayscale: #838383. Windows color (decimal): -5676086 or 13263785. OLE color: 13263785.

HSL color Cylindrical-coordinate representation of color #A963CA: hue angle of 280.78º 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 #A963CA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16999202-
CMYK0.160.5100.21
HSL280.78º49.28%59.02%-
HSV(B)280.78º50.99%79.22%-
XYZ31.4821.6258.39-
YUV131.67167.69154.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=35.96%
G=21.06%
B=42.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169992020.160.5100.21280.7849.2859.02
HexA963CA1033015119313b
Octal25114331220630254316173
Binary1010100111000111100101010000110011010101100011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963CA; }

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

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

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

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

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

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

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

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