#A563D2

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

Shades of Amethyst #A563D2

Tints of Amethyst #A563D2

Color information

#A563D2 (or 0xA563D2) is unknown color: approx Amethyst. HEX triplet: A5, 63 and D2. RGB value is (165,99,210). Sum of RGB (Red+Green+Blue) = 165+99+210=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #A563D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563D2 is #5A9C2D. Grayscale: #838383. Windows color (decimal): -5938222 or 13788069. OLE color: 13788069.

HSL color Cylindrical-coordinate representation of color #A563D2: hue angle of 275.68º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A563D2 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16599210-
CMYK0.210.5300.18
HSL275.68º55.22%60.59%-
HSV(B)275.68º52.86%82.35%-
XYZ31.6121.5863.47-
YUV131.39172.37151.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 210 (82.42% from 255) = 44.30%
R=34.81%
G=20.89%
B=44.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165992100.210.5300.18275.6855.2260.59
HexA563D21535012114373d
Octal24514332225650224246775
Binary1010010111000111101001010101110101010010100010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563D2; }

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

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

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

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

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

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

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

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