#AA78CF

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

Shades of Amethyst #AA78CF

Tints of Amethyst #AA78CF

Color information

#AA78CF (or 0xAA78CF) is unknown color: approx Amethyst. HEX triplet: AA, 78 and CF. RGB value is (170,120,207). Sum of RGB (Red+Green+Blue) = 170+120+207=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78CF is #558730. Grayscale: #909090. Windows color (decimal): -5605169 or 13596842. OLE color: 13596842.

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

Color convert

RGB170120207-
CMYK0.180.4200.19
HSL274.48º47.54%64.12%-
HSV(B)274.48º42.03%81.18%-
XYZ34.5626.4862.32-
YUV144.87163.06145.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=34.21%
G=24.14%
B=41.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701202070.180.4200.19274.4847.5464.12
HexAA78CF122A0131123040
Octal252170317225202342260100
Binary10101010111100011001111100101010100100111000100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78CF; }

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

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

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

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

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

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

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

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