#AC69D6

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

Shades of Amethyst #AC69D6

Tints of Amethyst #AC69D6

Color information

#AC69D6 (or 0xAC69D6) is unknown color: approx Amethyst. HEX triplet: AC, 69 and D6. RGB value is (172,105,214). Sum of RGB (Red+Green+Blue) = 172+105+214=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC69D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69D6 is #539629. Grayscale: #898989. Windows color (decimal): -5477930 or 14051756. OLE color: 14051756.

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

Color convert

RGB172105214-
CMYK0.200.5100.16
HSL276.88º57.07%62.55%-
HSV(B)276.88º50.93%83.92%-
XYZ34.223.7366.4-
YUV137.46171.2152.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=35.03%
G=21.38%
B=43.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721052140.200.5100.16276.8857.0762.55
HexAC69D61433010115393f
Octal25415132624630204257177
Binary1010110011010011101011010100110011010000100010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69D6; }

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

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

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

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

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

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

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

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