#AC74CD

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

Shades of Amethyst #AC74CD

Tints of Amethyst #AC74CD

Color information

#AC74CD (or 0xAC74CD) is unknown color: approx Amethyst. HEX triplet: AC, 74 and CD. RGB value is (172,116,205). Sum of RGB (Red+Green+Blue) = 172+116+205=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74CD is #538B32. Grayscale: #8E8E8E. Windows color (decimal): -5475123 or 13464748. OLE color: 13464748.

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

Color convert

RGB172116205-
CMYK0.160.4300.20
HSL277.75º47.09%62.94%-
HSV(B)277.75º43.41%80.39%-
XYZ34.2825.6760.91-
YUV142.89163.05148.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=34.89%
G=23.53%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721162050.160.4300.20277.7547.0962.94
HexAC74CD102B0141162f3f
Octal25416431520530244265777
Binary1010110011101001100110110000101011010100100010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74CD; }

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

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

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

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

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

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

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

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