#A063D0

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

Shades of Amethyst #A063D0

Tints of Amethyst #A063D0

Color information

#A063D0 (or 0xA063D0) is unknown color: approx Amethyst. HEX triplet: A0, 63 and D0. RGB value is (160,99,208). Sum of RGB (Red+Green+Blue) = 160+99+208=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #A063D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063D0 is #5F9C2F. Grayscale: #818181. Windows color (decimal): -6265904 or 13656992. OLE color: 13656992.

HSL color Cylindrical-coordinate representation of color #A063D0: hue angle of 273.58º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A063D0 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16099208-
CMYK0.230.5200.18
HSL273.58º53.69%60.2%-
HSV(B)273.58º52.4%81.57%-
XYZ30.3420.9562.12-
YUV129.66172.21149.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=34.26%
G=21.20%
B=44.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160992080.230.5200.18273.5853.6960.2
HexA063D01734012112363c
Octal24014332027640224226674
Binary1010000011000111101000010111110100010010100010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063D0; }

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

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

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

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

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

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

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

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