#AC62DD

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

Shades of Amethyst #AC62DD

Tints of Amethyst #AC62DD

Color information

#AC62DD (or 0xAC62DD) is unknown color: approx Amethyst. HEX triplet: AC, 62 and DD. RGB value is (172,98,221). Sum of RGB (Red+Green+Blue) = 172+98+221=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62DD is #539D22. Grayscale: #858585. Windows color (decimal): -5479715 or 14508716. OLE color: 14508716.

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

Color convert

RGB17298221-
CMYK0.220.5600.13
HSL276.1º64.4%62.55%-
HSV(B)276.1º55.66%86.67%-
XYZ34.4322.7370.98-
YUV134.15177.02155-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=35.03%
G=19.96%
B=45.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172982210.220.5600.13276.164.462.55
HexAC62DD16380D114403f
Octal254142335267001542410077
Binary1010110011000101101110110110111000011011000101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62DD; }

 p { color: rgb(172,98,221); }

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

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

 a { background-color: rgb(172,98,221); }

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

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

 span { border-color: rgb(172,98,221); }

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