#a778d1

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

Shades of Amethyst #A778D1

Tints of Amethyst #A778D1

Color information

#A778D1 (or 0xA778D1) is unknown color: approx Amethyst. HEX triplet: A7, 78 and D1. RGB value is (167,120,209). Sum of RGB (Red+Green+Blue) = 167+120+209=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #A778D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D1 is #58872E. Grayscale: #8F8F8F. Windows color (decimal): -5801775 or 13727911. OLE color: 13727911.

HSL color Cylindrical-coordinate representation of color #A778D1: hue angle of 271.69º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A778D1 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167120209-
CMYK0.200.4300.18
HSL271.69º49.17%64.51%-
HSV(B)271.69º42.58%81.96%-
XYZ34.1626.2563.59-
YUV144.2164.57144.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=33.67%
G=24.19%
B=42.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671202090.200.4300.18271.6949.1764.51
HexA778D1142B0121103141
Octal247170321245302242061101
Binary10100111111100011010001101001010110100101000100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a778d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a778d1; }

 p { color: rgb(167,120,209); }

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

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

 a { background-color: rgb(167,120,209); }

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

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

 span { border-color: rgb(167,120,209); }

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