#AC67D4

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

Shades of Amethyst #AC67D4

Tints of Amethyst #AC67D4

Color information

#AC67D4 (or 0xAC67D4) is unknown color: approx Amethyst. HEX triplet: AC, 67 and D4. RGB value is (172,103,212). Sum of RGB (Red+Green+Blue) = 172+103+212=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC67D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67D4 is #53982B. Grayscale: #878787. Windows color (decimal): -5478444 or 13920172. OLE color: 13920172.

HSL color Cylindrical-coordinate representation of color #AC67D4: hue angle of 277.98º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC67D4 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172103212-
CMYK0.190.5100.17
HSL277.98º55.9%61.76%-
HSV(B)277.98º51.42%83.14%-
XYZ33.7523.2264.99-
YUV136.06170.86153.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 103 (40.62% from 255) = 21.15%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=35.32%
G=21.15%
B=43.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721032120.190.5100.17277.9855.961.76
HexAC67D41333011116383e
Octal25414732423630214267076
Binary1010110011001111101010010011110011010001100010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67D4; }

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

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

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

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

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

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

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

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