#A973CC

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

Shades of Amethyst #A973CC

Tints of Amethyst #A973CC

Color information

#A973CC (or 0xA973CC) is unknown color: approx Amethyst. HEX triplet: A9, 73 and CC. RGB value is (169,115,204). Sum of RGB (Red+Green+Blue) = 169+115+204=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A973CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973CC is #568C33. Grayscale: #8C8C8C. Windows color (decimal): -5671988 or 13398953. OLE color: 13398953.

HSL color Cylindrical-coordinate representation of color #A973CC: hue angle of 276.4º 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 #A973CC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169115204-
CMYK0.170.4400.2
HSL276.4º46.6%62.55%-
HSV(B)276.4º43.63%80%-
XYZ33.3925.0660.2-
YUV141.29163.39147.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=34.63%
G=23.57%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691152040.170.4400.2276.446.662.55
HexA973CC112C0141142f3f
Octal25116331421540244245777
Binary1010100111100111100110010001101100010100100010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973CC; }

 p { color: rgb(169,115,204); }

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

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

 a { background-color: rgb(169,115,204); }

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

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

 span { border-color: rgb(169,115,204); }

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