#AC67DF

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

Shades of Amethyst #AC67DF

Tints of Amethyst #AC67DF

Color information

#AC67DF (or 0xAC67DF) is unknown color: approx Amethyst. HEX triplet: AC, 67 and DF. RGB value is (172,103,223). Sum of RGB (Red+Green+Blue) = 172+103+223=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67DF is #539820. Grayscale: #888888. Windows color (decimal): -5478433 or 14641068. OLE color: 14641068.

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

Color convert

RGB172103223-
CMYK0.230.5400.13
HSL274.5º65.22%63.92%-
HSV(B)274.5º53.81%87.45%-
XYZ35.1823.872.55-
YUV137.31176.36152.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=34.54%
G=20.68%
B=44.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721032230.230.5400.13274.565.2263.92
HexAC67DF17360D1124140
Octal2541473372766015422101100
Binary10101100110011111011111101111101100110110001001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67DF; }

 p { color: rgb(172,103,223); }

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

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

 a { background-color: rgb(172,103,223); }

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

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

 span { border-color: rgb(172,103,223); }

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