#AC68CD

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

Shades of Amethyst #AC68CD

Tints of Amethyst #AC68CD

Color information

#AC68CD (or 0xAC68CD) is unknown color: approx Amethyst. HEX triplet: AC, 68 and CD. RGB value is (172,104,205). Sum of RGB (Red+Green+Blue) = 172+104+205=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CD is #539732. Grayscale: #878787. Windows color (decimal): -5478195 or 13461676. OLE color: 13461676.

HSL color Cylindrical-coordinate representation of color #AC68CD: hue angle of 280.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC68CD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172104205-
CMYK0.160.4900.20
HSL280.4º50.25%60.59%-
HSV(B)280.4º49.27%80.39%-
XYZ32.9823.0860.47-
YUV135.85167.03153.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=35.76%
G=21.62%
B=42.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721042050.160.4900.20280.450.2560.59
HexAC68CD1031014118323d
Octal25415031520610244306275
Binary1010110011010001100110110000110001010100100011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68CD; }

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

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

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

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

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

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

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

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