#A073CF

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

Shades of Amethyst #A073CF

Tints of Amethyst #A073CF

Color information

#A073CF (or 0xA073CF) is unknown color: approx Amethyst. HEX triplet: A0, 73 and CF. RGB value is (160,115,207). Sum of RGB (Red+Green+Blue) = 160+115+207=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A073CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CF is #5F8C30. Grayscale: #8A8A8A. Windows color (decimal): -6261809 or 13595552. OLE color: 13595552.

HSL color Cylindrical-coordinate representation of color #A073CF: hue angle of 269.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A073CF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160115207-
CMYK0.230.4400.19
HSL269.35º48.94%63.14%-
HSV(B)269.35º44.44%81.18%-
XYZ31.8924.2462.03-
YUV138.94166.41143.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=33.20%
G=23.86%
B=42.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601152070.230.4400.19269.3548.9463.14
HexA073CF172C01310d313f
Octal24016331727540234156177
Binary1010000011100111100111110111101100010011100001101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073CF; }

 p { color: rgb(160,115,207); }

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

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

 a { background-color: rgb(160,115,207); }

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

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

 span { border-color: rgb(160,115,207); }

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