#A063D5

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

Shades of Amethyst #A063D5

Tints of Amethyst #A063D5

Color information

#A063D5 (or 0xA063D5) is unknown color: approx Amethyst. HEX triplet: A0, 63 and D5. RGB value is (160,99,213). Sum of RGB (Red+Green+Blue) = 160+99+213=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #A063D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063D5 is #5F9C2A. Grayscale: #818181. Windows color (decimal): -6265899 or 13984672. OLE color: 13984672.

HSL color Cylindrical-coordinate representation of color #A063D5: hue angle of 272.11º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A063D5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16099213-
CMYK0.250.5400.16
HSL272.11º57.58%61.18%-
HSV(B)272.11º53.52%83.53%-
XYZ30.9721.265.41-
YUV130.24174.71149.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=33.90%
G=20.97%
B=45.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160992130.250.5400.16272.1157.5861.18
HexA063D519360101103a3d
Octal24014332531660204207275
Binary1010000011000111101010111001110110010000100010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063D5; }

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

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

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

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

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

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

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

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