#A673CA

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

Shades of Amethyst #A673CA

Tints of Amethyst #A673CA

Color information

#A673CA (or 0xA673CA) is unknown color: approx Amethyst. HEX triplet: A6, 73 and CA. RGB value is (166,115,202). Sum of RGB (Red+Green+Blue) = 166+115+202=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A673CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673CA is #598C35. Grayscale: #8B8B8B. Windows color (decimal): -5868598 or 13267878. OLE color: 13267878.

HSL color Cylindrical-coordinate representation of color #A673CA: hue angle of 275.17º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A673CA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166115202-
CMYK0.180.4300.21
HSL275.17º45.08%62.16%-
HSV(B)275.17º43.07%79.22%-
XYZ32.5224.6358.92-
YUV140.17162.9146.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=34.37%
G=23.81%
B=41.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661152020.180.4300.21275.1745.0862.16
HexA673CA122B0151132d3e
Octal24616331222530254235576
Binary1010011011100111100101010010101011010101100010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673CA; }

 p { color: rgb(166,115,202); }

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

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

 a { background-color: rgb(166,115,202); }

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

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

 span { border-color: rgb(166,115,202); }

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