#AC69E6

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

Shades of Amethyst #AC69E6

Tints of Amethyst #AC69E6

Color information

#AC69E6 (or 0xAC69E6) is unknown color: approx Amethyst. HEX triplet: AC, 69 and E6. RGB value is (172,105,230). Sum of RGB (Red+Green+Blue) = 172+105+230=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69E6 is #539619. Grayscale: #8A8A8A. Windows color (decimal): -5477914 or 15100332. OLE color: 15100332.

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

Color convert

RGB172105230-
CMYK0.250.5400.10
HSL272.16º71.43%65.69%-
HSV(B)272.16º54.35%90.2%-
XYZ36.3524.5977.69-
YUV139.28179.2151.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=33.93%
G=20.71%
B=45.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721052300.250.5400.10272.1671.4365.69
HexAC69E619360A1104742
Octal2541513463166012420107102
Binary10101100110100111100110110011101100101010001000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69E6; }

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

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

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

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

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

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

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

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