#AC6ADD

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

Shades of Amethyst #AC6ADD

Tints of Amethyst #AC6ADD

Color information

#AC6ADD (or 0xAC6ADD) is unknown color: approx Amethyst. HEX triplet: AC, 6A and DD. RGB value is (172,106,221). Sum of RGB (Red+Green+Blue) = 172+106+221=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ADD is #539522. Grayscale: #8A8A8A. Windows color (decimal): -5477667 or 14510764. OLE color: 14510764.

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

Color convert

RGB172106221-
CMYK0.220.5200.13
HSL274.43º62.84%64.12%-
HSV(B)274.43º52.04%86.67%-
XYZ35.2224.371.24-
YUV138.84174.37151.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=34.47%
G=21.24%
B=44.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721062210.220.5200.13274.4362.8464.12
HexAC6ADD16340D1123f40
Octal254152335266401542277100
Binary1010110011010101101110110110110100011011000100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6ADD; }

 p { color: rgb(172,106,221); }

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

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

 a { background-color: rgb(172,106,221); }

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

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

 span { border-color: rgb(172,106,221); }

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