#AC69D8

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

Shades of Amethyst #AC69D8

Tints of Amethyst #AC69D8

Color information

#AC69D8 (or 0xAC69D8) is unknown color: approx Amethyst. HEX triplet: AC, 69 and D8. RGB value is (172,105,216). Sum of RGB (Red+Green+Blue) = 172+105+216=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69D8 is #539627. Grayscale: #898989. Windows color (decimal): -5477928 or 14182828. OLE color: 14182828.

HSL color Cylindrical-coordinate representation of color #AC69D8: hue angle of 276.22º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC69D8 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172105216-
CMYK0.200.5100.15
HSL276.22º58.73%62.94%-
HSV(B)276.22º51.39%84.71%-
XYZ34.4623.8367.75-
YUV137.69172.2152.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=34.89%
G=21.30%
B=43.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721052160.200.5100.15276.2258.7362.94
HexAC69D814330F1143b3f
Octal25415133024630174247377
Binary101011001101001110110001010011001101111100010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69D8; }

 p { color: rgb(172,105,216); }

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

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

 a { background-color: rgb(172,105,216); }

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

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

 span { border-color: rgb(172,105,216); }

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