#AA76CF

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

Shades of Amethyst #AA76CF

Tints of Amethyst #AA76CF

Color information

#AA76CF (or 0xAA76CF) is unknown color: approx Amethyst. HEX triplet: AA, 76 and CF. RGB value is (170,118,207). Sum of RGB (Red+Green+Blue) = 170+118+207=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CF is #558930. Grayscale: #8F8F8F. Windows color (decimal): -5605681 or 13596330. OLE color: 13596330.

HSL color Cylindrical-coordinate representation of color #AA76CF: hue angle of 275.06º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA76CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170118207-
CMYK0.180.4300.19
HSL275.06º48.11%63.73%-
HSV(B)275.06º43%81.18%-
XYZ34.3226.0162.24-
YUV143.69163.73146.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=34.34%
G=23.84%
B=41.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701182070.180.4300.19275.0648.1163.73
HexAA76CF122B0131133040
Octal252166317225302342360100
Binary10101010111011011001111100101010110100111000100111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76CF; }

 p { color: rgb(170,118,207); }

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

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

 a { background-color: rgb(170,118,207); }

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

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

 span { border-color: rgb(170,118,207); }

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