#AC69E0

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

Shades of Amethyst #AC69E0

Tints of Amethyst #AC69E0

Color information

#AC69E0 (or 0xAC69E0) is unknown color: approx Amethyst. HEX triplet: AC, 69 and E0. RGB value is (172,105,224). Sum of RGB (Red+Green+Blue) = 172+105+224=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC69E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69E0 is #53961F. Grayscale: #8A8A8A. Windows color (decimal): -5477920 or 14707116. OLE color: 14707116.

HSL color Cylindrical-coordinate representation of color #AC69E0: hue angle of 273.78º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC69E0 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172105224-
CMYK0.230.5300.12
HSL273.78º65.75%64.51%-
HSV(B)273.78º53.12%87.84%-
XYZ35.5224.2673.33-
YUV138.6176.2151.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=34.33%
G=20.96%
B=44.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721052240.230.5300.12273.7865.7564.51
HexAC69E017350C1124241
Octal2541513402765014422102101
Binary10101100110100111100000101111101010110010001001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69E0; }

 p { color: rgb(172,105,224); }

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

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

 a { background-color: rgb(172,105,224); }

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

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

 span { border-color: rgb(172,105,224); }

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