#A563CC

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

Shades of Amethyst #A563CC

Tints of Amethyst #A563CC

Color information

#A563CC (or 0xA563CC) is unknown color: approx Amethyst. HEX triplet: A5, 63 and CC. RGB value is (165,99,204). Sum of RGB (Red+Green+Blue) = 165+99+204=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A563CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563CC is #5A9C33. Grayscale: #828282. Windows color (decimal): -5938228 or 13394853. OLE color: 13394853.

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

Color convert

RGB16599204-
CMYK0.190.5100.2
HSL277.71º50.72%59.41%-
HSV(B)277.71º51.47%80%-
XYZ30.8821.2859.61-
YUV130.7169.37152.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=35.26%
G=21.15%
B=43.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165992040.190.5100.2277.7150.7259.41
HexA563CC1333014116333b
Octal24514331423630244266373
Binary1010010111000111100110010011110011010100100010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563CC; }

 p { color: rgb(165,99,204); }

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

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

 a { background-color: rgb(165,99,204); }

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

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

 span { border-color: rgb(165,99,204); }

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