#AC71DF

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

Shades of Amethyst #AC71DF

Tints of Amethyst #AC71DF

Color information

#AC71DF (or 0xAC71DF) is unknown color: approx Amethyst. HEX triplet: AC, 71 and DF. RGB value is (172,113,223). Sum of RGB (Red+Green+Blue) = 172+113+223=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71DF is #538E20. Grayscale: #8E8E8E. Windows color (decimal): -5475873 or 14643628. OLE color: 14643628.

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

Color convert

RGB172113223-
CMYK0.230.4900.13
HSL272.18º63.22%65.88%-
HSV(B)272.18º49.33%87.45%-
XYZ36.2425.9172.9-
YUV143.18173.05148.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 223 (87.5% from 255) = 43.90%
R=33.86%
G=22.24%
B=43.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721132230.230.4900.13272.1863.2265.88
HexAC71DF17310D1103f42
Octal254161337276101542077102
Binary1010110011100011101111110111110001011011000100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71DF; }

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

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

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

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

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

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

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

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