#A778CD

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

Shades of Amethyst #A778CD

Tints of Amethyst #A778CD

Color information

#A778CD (or 0xA778CD) is unknown color: approx Amethyst. HEX triplet: A7, 78 and CD. RGB value is (167,120,205). Sum of RGB (Red+Green+Blue) = 167+120+205=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A778CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778CD is #588732. Grayscale: #8F8F8F. Windows color (decimal): -5801779 or 13465767. OLE color: 13465767.

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

Color convert

RGB167120205-
CMYK0.190.4100.20
HSL273.18º45.95%63.73%-
HSV(B)273.18º41.46%80.39%-
XYZ33.6726.0661.01-
YUV143.74162.57144.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=33.94%
G=24.39%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671202050.190.4100.20273.1845.9563.73
HexA778CD13290141112e40
Octal247170315235102442156100
Binary10100111111100011001101100111010010101001000100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778CD; }

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

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

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

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

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

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

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

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