#A978CC

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

Shades of Amethyst #A978CC

Tints of Amethyst #A978CC

Color information

#A978CC (or 0xA978CC) is unknown color: approx Amethyst. HEX triplet: A9, 78 and CC. RGB value is (169,120,204). Sum of RGB (Red+Green+Blue) = 169+120+204=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A978CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CC is #568733. Grayscale: #8F8F8F. Windows color (decimal): -5670708 or 13400233. OLE color: 13400233.

HSL color Cylindrical-coordinate representation of color #A978CC: hue angle of 275º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A978CC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169120204-
CMYK0.170.4100.2
HSL275º45.16%63.53%-
HSV(B)275º41.18%80%-
XYZ33.9826.2360.4-
YUV144.23161.73145.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=34.28%
G=24.34%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691202040.170.4100.227545.1663.53
HexA978CC11290141132d40
Octal251170314215102442355100
Binary10101001111100011001100100011010010101001000100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978CC; }

 p { color: rgb(169,120,204); }

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

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

 a { background-color: rgb(169,120,204); }

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

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

 span { border-color: rgb(169,120,204); }

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