#A073CD

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

Shades of Amethyst #A073CD

Tints of Amethyst #A073CD

Color information

#A073CD (or 0xA073CD) is unknown color: approx Amethyst. HEX triplet: A0, 73 and CD. RGB value is (160,115,205). Sum of RGB (Red+Green+Blue) = 160+115+205=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A073CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CD is #5F8C32. Grayscale: #8A8A8A. Windows color (decimal): -6261811 or 13464480. OLE color: 13464480.

HSL color Cylindrical-coordinate representation of color #A073CD: hue angle of 270º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A073CD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160115205-
CMYK0.220.4400.20
HSL270º47.37%62.75%-
HSV(B)270º43.9%80.39%-
XYZ31.6524.1460.75-
YUV138.72165.41143.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=33.33%
G=23.96%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601152050.220.4400.2027047.3762.75
HexA073CD162C01410e2f3f
Octal24016331526540244165777
Binary1010000011100111100110110110101100010100100001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073CD; }

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

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

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

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

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

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

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

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