#A063CE

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

Shades of Amethyst #A063CE

Tints of Amethyst #A063CE

Color information

#A063CE (or 0xA063CE) is unknown color: approx Amethyst. HEX triplet: A0, 63 and CE. RGB value is (160,99,206). Sum of RGB (Red+Green+Blue) = 160+99+206=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A063CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CE is #5F9C31. Grayscale: #818181. Windows color (decimal): -6265906 or 13525920. OLE color: 13525920.

HSL color Cylindrical-coordinate representation of color #A063CE: hue angle of 274.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A063CE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16099206-
CMYK0.220.5200.19
HSL274.21º52.2%59.8%-
HSV(B)274.21º51.94%80.78%-
XYZ30.120.8560.83-
YUV129.44171.21149.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=34.41%
G=21.29%
B=44.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160992060.220.5200.19274.2152.259.8
HexA063CE1634013112343c
Octal24014331626640234226474
Binary1010000011000111100111010110110100010011100010010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063CE; }

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

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

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

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

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

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

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

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