#AC69C4

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

Shades of Amethyst #AC69C4

Tints of Amethyst #AC69C4

Color information

#AC69C4 (or 0xAC69C4) is unknown color: approx Amethyst. HEX triplet: AC, 69 and C4. RGB value is (172,105,196). Sum of RGB (Red+Green+Blue) = 172+105+196=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69C4 is #53963B. Grayscale: #878787. Windows color (decimal): -5477948 or 12872108. OLE color: 12872108.

HSL color Cylindrical-coordinate representation of color #AC69C4: hue angle of 284.18º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC69C4 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172105196-
CMYK0.120.4600.23
HSL284.18º43.54%59.02%-
HSV(B)284.18º46.43%76.86%-
XYZ32.0322.8654.95-
YUV135.41162.2154.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=36.36%
G=22.20%
B=41.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721051960.120.4600.23284.1843.5459.02
HexAC69C4C2E01711c2c3b
Octal25415130414560274345473
Binary101011001101001110001001100101110010111100011100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69C4; }

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

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

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

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

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

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

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

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