#A761DC

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

Shades of Amethyst #A761DC

Tints of Amethyst #A761DC

Color information

#A761DC (or 0xA761DC) is unknown color: approx Amethyst. HEX triplet: A7, 61 and DC. RGB value is (167,97,220). Sum of RGB (Red+Green+Blue) = 167+97+220=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #A761DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761DC is #589E23. Grayscale: #838383. Windows color (decimal): -5807652 or 14442919. OLE color: 14442919.

HSL color Cylindrical-coordinate representation of color #A761DC: hue angle of 274.15º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A761DC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16797220-
CMYK0.240.5600.14
HSL274.15º63.73%62.16%-
HSV(B)274.15º55.91%86.27%-
XYZ33.1321.9370.2-
YUV131.95177.69153-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=34.50%
G=20.04%
B=45.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167972200.240.5600.14274.1563.7362.16
HexA761DC18380E112403e
Octal247141334307001642210076
Binary1010011111000011101110011000111000011101000100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761DC; }

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

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

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

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

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

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

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

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