#AC74DF

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

Shades of Amethyst #AC74DF

Tints of Amethyst #AC74DF

Color information

#AC74DF (or 0xAC74DF) is unknown color: approx Amethyst. HEX triplet: AC, 74 and DF. RGB value is (172,116,223). Sum of RGB (Red+Green+Blue) = 172+116+223=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DF is #538B20. Grayscale: #909090. Windows color (decimal): -5475105 or 14644396. OLE color: 14644396.

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

Color convert

RGB172116223-
CMYK0.230.4800.13
HSL271.4º62.57%66.47%-
HSV(B)271.4º47.98%87.45%-
XYZ36.5826.5973.02-
YUV144.94172.05147.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=33.66%
G=22.70%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721162230.230.4800.13271.462.5766.47
HexAC74DF17300D10f3f42
Octal254164337276001541777102
Binary1010110011101001101111110111110000011011000011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74DF; }

 p { color: rgb(172,116,223); }

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

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

 a { background-color: rgb(172,116,223); }

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

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

 span { border-color: rgb(172,116,223); }

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