#AC6CD2

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

Shades of Amethyst #AC6CD2

Tints of Amethyst #AC6CD2

Color information

#AC6CD2 (or 0xAC6CD2) is unknown color: approx Amethyst. HEX triplet: AC, 6C and D2. RGB value is (172,108,210). Sum of RGB (Red+Green+Blue) = 172+108+210=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC6CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CD2 is #53932D. Grayscale: #8A8A8A. Windows color (decimal): -5477166 or 13790380. OLE color: 13790380.

HSL color Cylindrical-coordinate representation of color #AC6CD2: hue angle of 277.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6CD2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172108210-
CMYK0.180.4900.18
HSL277.65º53.12%62.35%-
HSV(B)277.65º48.57%82.35%-
XYZ34.0124.1563.84-
YUV138.76168.2151.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 210 (82.42% from 255) = 42.86%
R=35.10%
G=22.04%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721082100.180.4900.18277.6553.1262.35
HexAC6CD21231012116353e
Octal25415432222610224266576
Binary1010110011011001101001010010110001010010100010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CD2; }

 p { color: rgb(172,108,210); }

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

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

 a { background-color: rgb(172,108,210); }

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

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

 span { border-color: rgb(172,108,210); }

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