#AC71DE

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

Shades of Amethyst #AC71DE

Tints of Amethyst #AC71DE

Color information

#AC71DE (or 0xAC71DE) is unknown color: approx Amethyst. HEX triplet: AC, 71 and DE. RGB value is (172,113,222). Sum of RGB (Red+Green+Blue) = 172+113+222=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71DE is #538E21. Grayscale: #8E8E8E. Windows color (decimal): -5475874 or 14578092. OLE color: 14578092.

HSL color Cylindrical-coordinate representation of color #AC71DE: hue angle of 272.48º degrees, saturation: 0.62, 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 #AC71DE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172113222-
CMYK0.230.4900.13
HSL272.48º62.29%65.69%-
HSV(B)272.48º49.1%87.06%-
XYZ36.125.8572.19-
YUV143.07172.55148.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=33.93%
G=22.29%
B=43.79%

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
Decimal1721132220.230.4900.13272.4862.2965.69
HexAC71DE17310D1103e42
Octal254161336276101542076102
Binary1010110011100011101111010111110001011011000100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71DE; }

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

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

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

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

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

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

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

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