#AC65E2

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

Shades of Amethyst #AC65E2

Tints of Amethyst #AC65E2

Color information

#AC65E2 (or 0xAC65E2) is unknown color: approx Amethyst. HEX triplet: AC, 65 and E2. RGB value is (172,101,226). Sum of RGB (Red+Green+Blue) = 172+101+226=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC65E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65E2 is #539A1D. Grayscale: #888888. Windows color (decimal): -5478942 or 14837164. OLE color: 14837164.

HSL color Cylindrical-coordinate representation of color #AC65E2: hue angle of 274.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC65E2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172101226-
CMYK0.240.5500.11
HSL274.08º68.31%64.12%-
HSV(B)274.08º55.31%88.63%-
XYZ35.3923.5774.64-
YUV136.48178.52153.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 226 (88.67% from 255) = 45.29%
R=34.47%
G=20.24%
B=45.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721012260.240.5500.11274.0868.3164.12
HexAC65E218370B1124440
Octal2541453423067013422104100
Binary10101100110010111100010110001101110101110001001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65E2; }

 p { color: rgb(172,101,226); }

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

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

 a { background-color: rgb(172,101,226); }

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

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

 span { border-color: rgb(172,101,226); }

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