#ac68ce

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

Shades of Amethyst #AC68CE

Tints of Amethyst #AC68CE

Color information

#AC68CE (or 0xAC68CE) is unknown color: approx Amethyst. HEX triplet: AC, 68 and CE. RGB value is (172,104,206). Sum of RGB (Red+Green+Blue) = 172+104+206=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CE is #539731. Grayscale: #878787. Windows color (decimal): -5478194 or 13527212. OLE color: 13527212.

HSL color Cylindrical-coordinate representation of color #AC68CE: hue angle of 280º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC68CE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172104206-
CMYK0.170.5000.19
HSL280º51%60.78%-
HSV(B)280º49.51%80.78%-
XYZ33.123.1361.11-
YUV135.96167.53153.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=35.68%
G=21.58%
B=42.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721042060.170.5000.192805160.78
HexAC68CE1132013118333d
Octal25415031621620234306375
Binary1010110011010001100111010001110010010011100011000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac68ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac68ce; }

 p { color: rgb(172,104,206); }

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

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

 a { background-color: rgb(172,104,206); }

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

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

 span { border-color: rgb(172,104,206); }

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