#AC71D7

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

Shades of Amethyst #AC71D7

Tints of Amethyst #AC71D7

Color information

#AC71D7 (or 0xAC71D7) is unknown color: approx Amethyst. HEX triplet: AC, 71 and D7. RGB value is (172,113,215). Sum of RGB (Red+Green+Blue) = 172+113+215=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC71D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71D7 is #538E28. Grayscale: #8D8D8D. Windows color (decimal): -5475881 or 14119340. OLE color: 14119340.

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

Color convert

RGB172113215-
CMYK0.20.4700.16
HSL274.71º56.04%64.31%-
HSV(B)274.71º47.44%84.31%-
XYZ35.1825.4967.36-
YUV142.27169.05149.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 215 (84.38% from 255) = 43%
R=34.4%
G=22.6%
B=43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721132150.20.4700.16274.7156.0464.31
HexAC71D7142F0101133840
Octal254161327245702042370100
Binary10101100111000111010111101001011110100001000100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71D7; }

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

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

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

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

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

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

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

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