#AC74D7

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

Shades of Amethyst #AC74D7

Tints of Amethyst #AC74D7

Color information

#AC74D7 (or 0xAC74D7) is unknown color: approx Amethyst. HEX triplet: AC, 74 and D7. RGB value is (172,116,215). Sum of RGB (Red+Green+Blue) = 172+116+215=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC74D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74D7 is #538B28. Grayscale: #8F8F8F. Windows color (decimal): -5475113 or 14120108. OLE color: 14120108.

HSL color Cylindrical-coordinate representation of color #AC74D7: hue angle of 273.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC74D7 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172116215-
CMYK0.20.4600.16
HSL273.94º55.31%64.9%-
HSV(B)273.94º46.05%84.31%-
XYZ35.5226.1767.47-
YUV144.03168.05147.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=34.19%
G=23.06%
B=42.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721162150.20.4600.16273.9455.3164.9
HexAC74D7142E0101123741
Octal254164327245602042267101
Binary10101100111010011010111101001011100100001000100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74D7; }

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

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

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

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

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

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

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

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