#A771CD

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

Shades of Amethyst #A771CD

Tints of Amethyst #A771CD

Color information

#A771CD (or 0xA771CD) is unknown color: approx Amethyst. HEX triplet: A7, 71 and CD. RGB value is (167,113,205). Sum of RGB (Red+Green+Blue) = 167+113+205=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A771CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771CD is #588E32. Grayscale: #8B8B8B. Windows color (decimal): -5803571 or 13463975. OLE color: 13463975.

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

Color convert

RGB167113205-
CMYK0.190.4500.20
HSL275.22º47.92%62.35%-
HSV(B)275.22º44.88%80.39%-
XYZ32.8624.4360.74-
YUV139.63164.89147.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=34.43%
G=23.30%
B=42.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671132050.190.4500.20275.2247.9262.35
HexA771CD132D014113303e
Octal24716131523550244236076
Binary1010011111100011100110110011101101010100100010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A771CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A771CD; }

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

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

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

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

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

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

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

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