#AC62EA

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

Shades of Amethyst #AC62EA

Tints of Amethyst #AC62EA

Color information

#AC62EA (or 0xAC62EA) is unknown color: approx Amethyst. HEX triplet: AC, 62 and EA. RGB value is (172,98,234). Sum of RGB (Red+Green+Blue) = 172+98+234=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62EA is #539D15. Grayscale: #878787. Windows color (decimal): -5479702 or 15360684. OLE color: 15360684.

HSL color Cylindrical-coordinate representation of color #AC62EA: hue angle of 272.65º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC62EA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17298234-
CMYK0.260.5800.08
HSL272.65º76.4%65.1%-
HSV(B)272.65º58.12%91.76%-
XYZ36.2323.4580.46-
YUV135.63183.52153.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 98 (38.67% from 255) = 19.44%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=34.13%
G=19.44%
B=46.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172982340.260.5800.08272.6576.465.1
HexAC62EA1A3A081114c41
Octal2541423523272010421114101
Binary10101100110001011101010110101110100100010001000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62EA; }

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

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

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

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

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

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

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

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