#A062DF

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

Shades of Amethyst #A062DF

Tints of Amethyst #A062DF

Color information

#A062DF (or 0xA062DF) is unknown color: approx Amethyst. HEX triplet: A0, 62 and DF. RGB value is (160,98,223). Sum of RGB (Red+Green+Blue) = 160+98+223=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A062DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062DF is #5F9D20. Grayscale: #828282. Windows color (decimal): -6266145 or 14639776. OLE color: 14639776.

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

Color convert

RGB16098223-
CMYK0.280.5600.13
HSL269.76º66.14%62.94%-
HSV(B)269.76º56.05%87.45%-
XYZ32.1821.5472.27-
YUV130.79180.04148.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=33.26%
G=20.37%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160982230.280.5600.13269.7666.1462.94
HexA062DF1C380D10e423f
Octal240142337347001541610277
Binary1010000011000101101111111100111000011011000011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062DF; }

 p { color: rgb(160,98,223); }

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

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

 a { background-color: rgb(160,98,223); }

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

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

 span { border-color: rgb(160,98,223); }

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