#A761C9

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

Shades of Amethyst #A761C9

Tints of Amethyst #A761C9

Color information

#A761C9 (or 0xA761C9) is unknown color: approx Amethyst. HEX triplet: A7, 61 and C9. RGB value is (167,97,201). Sum of RGB (Red+Green+Blue) = 167+97+201=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #A761C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761C9 is #589E36. Grayscale: #818181. Windows color (decimal): -5807671 or 13197735. OLE color: 13197735.

HSL color Cylindrical-coordinate representation of color #A761C9: hue angle of 280.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A761C9 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16797201-
CMYK0.170.5200.21
HSL280.38º49.06%58.43%-
HSV(B)280.38º51.74%78.82%-
XYZ30.7520.9857.69-
YUV129.79168.19154.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=35.91%
G=20.86%
B=43.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167972010.170.5200.21280.3849.0658.43
HexA761C91134015118313a
Octal24714131121640254306172
Binary1010011111000011100100110001110100010101100011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761C9; }

 p { color: rgb(167,97,201); }

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

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

 a { background-color: rgb(167,97,201); }

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

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

 span { border-color: rgb(167,97,201); }

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