#A063DD

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

Shades of Amethyst #A063DD

Tints of Amethyst #A063DD

Color information

#A063DD (or 0xA063DD) is unknown color: approx Amethyst. HEX triplet: A0, 63 and DD. RGB value is (160,99,221). Sum of RGB (Red+Green+Blue) = 160+99+221=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #A063DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063DD is #5F9C22. Grayscale: #828282. Windows color (decimal): -6265891 or 14508960. OLE color: 14508960.

HSL color Cylindrical-coordinate representation of color #A063DD: hue angle of 270º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A063DD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16099221-
CMYK0.280.5500.13
HSL270º64.21%62.75%-
HSV(B)270º55.2%86.67%-
XYZ32.0121.6270.89-
YUV131.15178.71148.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 20.62%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=33.33%
G=20.62%
B=46.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160992210.280.5500.1327064.2162.75
HexA063DD1C370D10e403f
Octal240143335346701541610077
Binary1010000011000111101110111100110111011011000011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063DD; }

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

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

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

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

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

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

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

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