#AC67DE

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

Shades of Amethyst #AC67DE

Tints of Amethyst #AC67DE

Color information

#AC67DE (or 0xAC67DE) is unknown color: approx Amethyst. HEX triplet: AC, 67 and DE. RGB value is (172,103,222). Sum of RGB (Red+Green+Blue) = 172+103+222=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67DE is #539821. Grayscale: #888888. Windows color (decimal): -5478434 or 14575532. OLE color: 14575532.

HSL color Cylindrical-coordinate representation of color #AC67DE: hue angle of 274.79º degrees, saturation: 0.64, 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 #AC67DE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172103222-
CMYK0.230.5400.13
HSL274.79º64.32%63.73%-
HSV(B)274.79º53.6%87.06%-
XYZ35.0523.7571.84-
YUV137.2175.86152.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=34.61%
G=20.72%
B=44.67%

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
Decimal1721032220.230.5400.13274.7964.3263.73
HexAC67DE17360D1134040
Octal2541473362766015423100100
Binary10101100110011111011110101111101100110110001001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67DE; }

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

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

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

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

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

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

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

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