#A778D0

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

Shades of Amethyst #A778D0

Tints of Amethyst #A778D0

Color information

#A778D0 (or 0xA778D0) is unknown color: approx Amethyst. HEX triplet: A7, 78 and D0. RGB value is (167,120,208). Sum of RGB (Red+Green+Blue) = 167+120+208=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #A778D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D0 is #58872F. Grayscale: #8F8F8F. Windows color (decimal): -5801776 or 13662375. OLE color: 13662375.

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

Color convert

RGB167120208-
CMYK0.200.4200.18
HSL272.05º48.35%64.31%-
HSV(B)272.05º42.31%81.57%-
XYZ34.0426.262.94-
YUV144.08164.07144.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=33.74%
G=24.24%
B=42.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671202080.200.4200.18272.0548.3564.31
HexA778D0142A0121103040
Octal247170320245202242060100
Binary10100111111100011010000101001010100100101000100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778D0; }

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

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

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

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

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

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

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

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