#A478D0

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

Shades of Amethyst #A478D0

Tints of Amethyst #A478D0

Color information

#A478D0 (or 0xA478D0) is unknown color: approx Amethyst. HEX triplet: A4, 78 and D0. RGB value is (164,120,208). Sum of RGB (Red+Green+Blue) = 164+120+208=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A478D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478D0 is #5B872F. Grayscale: #8E8E8E. Windows color (decimal): -5998384 or 13662372. OLE color: 13662372.

HSL color Cylindrical-coordinate representation of color #A478D0: hue angle of 270º 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 #A478D0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164120208-
CMYK0.210.4200.18
HSL270º48.35%64.31%-
HSV(B)270º42.31%81.57%-
XYZ33.4125.8862.91-
YUV143.19164.58142.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=33.33%
G=24.39%
B=42.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641202080.210.4200.1827048.3564.31
HexA478D0152A01210e3040
Octal244170320255202241660100
Binary10100100111100011010000101011010100100101000011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478D0; }

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

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

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

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

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

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

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

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