#A771DC

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

Shades of Amethyst #A771DC

Tints of Amethyst #A771DC

Color information

#A771DC (or 0xA771DC) is unknown color: approx Amethyst. HEX triplet: A7, 71 and DC. RGB value is (167,113,220). Sum of RGB (Red+Green+Blue) = 167+113+220=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A771DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771DC is #588E23. Grayscale: #8C8C8C. Windows color (decimal): -5803556 or 14447015. OLE color: 14447015.

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

Color convert

RGB167113220-
CMYK0.240.4900.14
HSL270.28º60.45%65.29%-
HSV(B)270.28º48.64%86.27%-
XYZ34.7625.1970.74-
YUV141.34172.39146.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 220 (86.33% from 255) = 44%
R=33.4%
G=22.6%
B=44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671132200.240.4900.14270.2860.4565.29
HexA771DC18310E10e3c41
Octal247161334306101641674101
Binary1010011111100011101110011000110001011101000011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A771DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A771DC; }

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

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

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

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

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

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

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

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