#AC65D7

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

Shades of Amethyst #AC65D7

Tints of Amethyst #AC65D7

Color information

#AC65D7 (or 0xAC65D7) is unknown color: approx Amethyst. HEX triplet: AC, 65 and D7. RGB value is (172,101,215). Sum of RGB (Red+Green+Blue) = 172+101+215=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC65D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65D7 is #539A28. Grayscale: #868686. Windows color (decimal): -5478953 or 14116268. OLE color: 14116268.

HSL color Cylindrical-coordinate representation of color #AC65D7: hue angle of 277.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC65D7 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172101215-
CMYK0.20.5300.16
HSL277.37º58.76%61.96%-
HSV(B)277.37º53.02%84.31%-
XYZ33.9322.9866.94-
YUV135.22173.02154.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=35.25%
G=20.70%
B=44.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721012150.20.5300.16277.3758.7661.96
HexAC65D714350101153b3e
Octal25414532724650204257376
Binary1010110011001011101011110100110101010000100010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65D7; }

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

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

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

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

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

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

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

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