#A761CF

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

Shades of Amethyst #A761CF

Tints of Amethyst #A761CF

Color information

#A761CF (or 0xA761CF) is unknown color: approx Amethyst. HEX triplet: A7, 61 and CF. RGB value is (167,97,207). Sum of RGB (Red+Green+Blue) = 167+97+207=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A761CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761CF is #589E30. Grayscale: #828282. Windows color (decimal): -5807665 or 13590951. OLE color: 13590951.

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

Color convert

RGB16797207-
CMYK0.190.5300.19
HSL278.18º53.4%59.61%-
HSV(B)278.18º53.14%81.18%-
XYZ31.4721.2761.48-
YUV130.47171.19154.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=35.46%
G=20.59%
B=43.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167972070.190.5300.19278.1853.459.61
HexA761CF1335013116353c
Octal24714131723650234266574
Binary1010011111000011100111110011110101010011100010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761CF; }

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

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

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

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

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

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

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

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