#A778D3

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

Shades of Amethyst #A778D3

Tints of Amethyst #A778D3

Color information

#A778D3 (or 0xA778D3) is unknown color: approx Amethyst. HEX triplet: A7, 78 and D3. RGB value is (167,120,211). Sum of RGB (Red+Green+Blue) = 167+120+211=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #A778D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D3 is #58872C. Grayscale: #909090. Windows color (decimal): -5801773 or 13858983. OLE color: 13858983.

HSL color Cylindrical-coordinate representation of color #A778D3: hue angle of 270.99º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A778D3 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167120211-
CMYK0.210.4300.17
HSL270.99º50.84%64.9%-
HSV(B)270.99º43.13%82.75%-
XYZ34.4126.3564.9-
YUV144.43165.57144.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 120 (47.27% from 255) = 24.10%
BLUE value IS 211 (82.81% from 255) = 42.37%
R=33.53%
G=24.10%
B=42.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671202110.210.4300.17270.9950.8464.9
HexA778D3152B01110f3341
Octal247170323255302141763101
Binary10100111111100011010011101011010110100011000011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778D3; }

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

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

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

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

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

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

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

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