#AC66E6

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

Shades of Amethyst #AC66E6

Tints of Amethyst #AC66E6

Color information

#AC66E6 (or 0xAC66E6) is unknown color: approx Amethyst. HEX triplet: AC, 66 and E6. RGB value is (172,102,230). Sum of RGB (Red+Green+Blue) = 172+102+230=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC66E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66E6 is #539919. Grayscale: #898989. Windows color (decimal): -5478682 or 15099564. OLE color: 15099564.

HSL color Cylindrical-coordinate representation of color #AC66E6: hue angle of 272.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC66E6 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172102230-
CMYK0.250.5600.10
HSL272.81º71.91%65.1%-
HSV(B)272.81º55.65%90.2%-
XYZ36.0523.9977.59-
YUV137.52180.19152.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 230 (90.23% from 255) = 45.63%
R=34.13%
G=20.24%
B=45.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721022300.250.5600.10272.8171.9165.1
HexAC66E619380A1114841
Octal2541463463170012421110101
Binary10101100110011011100110110011110000101010001000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66E6; }

 p { color: rgb(172,102,230); }

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

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

 a { background-color: rgb(172,102,230); }

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

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

 span { border-color: rgb(172,102,230); }

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