#A761CD

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

Shades of Amethyst #A761CD

Tints of Amethyst #A761CD

Color information

#A761CD (or 0xA761CD) is unknown color: approx Amethyst. HEX triplet: A7, 61 and CD. RGB value is (167,97,205). Sum of RGB (Red+Green+Blue) = 167+97+205=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A761CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761CD is #589E32. Grayscale: #818181. Windows color (decimal): -5807667 or 13459879. OLE color: 13459879.

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

Color convert

RGB16797205-
CMYK0.190.5300.20
HSL278.89º51.92%59.22%-
HSV(B)278.89º52.68%80.39%-
XYZ31.2321.1760.2-
YUV130.24170.19154.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=35.61%
G=20.68%
B=43.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167972050.190.5300.20278.8951.9259.22
HexA761CD1335014117343b
Octal24714131523650244276473
Binary1010011111000011100110110011110101010100100010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761CD; }

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

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

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

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

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

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

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

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