#AC6AD5

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

Shades of Amethyst #AC6AD5

Tints of Amethyst #AC6AD5

Color information

#AC6AD5 (or 0xAC6AD5) is unknown color: approx Amethyst. HEX triplet: AC, 6A and D5. RGB value is (172,106,213). Sum of RGB (Red+Green+Blue) = 172+106+213=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AD5 is #53952A. Grayscale: #898989. Windows color (decimal): -5477675 or 13986476. OLE color: 13986476.

HSL color Cylindrical-coordinate representation of color #AC6AD5: hue angle of 277.01º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6AD5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172106213-
CMYK0.190.5000.16
HSL277.01º56.02%62.55%-
HSV(B)277.01º50.23%83.53%-
XYZ34.1823.8865.76-
YUV137.93170.37152.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=35.03%
G=21.59%
B=43.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721062130.190.5000.16277.0156.0262.55
HexAC6AD51332010115383f
Octal25415232523620204257077
Binary1010110011010101101010110011110010010000100010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AD5; }

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

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

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

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

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

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

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

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