#A476CE

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

Shades of Amethyst #A476CE

Tints of Amethyst #A476CE

Color information

#A476CE (or 0xA476CE) is unknown color: approx Amethyst. HEX triplet: A4, 76 and CE. RGB value is (164,118,206). Sum of RGB (Red+Green+Blue) = 164+118+206=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A476CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476CE is #5B8931. Grayscale: #8D8D8D. Windows color (decimal): -5998898 or 13530788. OLE color: 13530788.

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

Color convert

RGB164118206-
CMYK0.200.4300.19
HSL271.36º47.31%63.53%-
HSV(B)271.36º42.72%80.78%-
XYZ32.9325.3161.54-
YUV141.79164.24143.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=33.61%
G=24.18%
B=42.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641182060.200.4300.19271.3647.3163.53
HexA476CE142B01310f2f40
Octal244166316245302341757100
Binary10100100111011011001110101001010110100111000011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476CE; }

 p { color: rgb(164,118,206); }

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

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

 a { background-color: rgb(164,118,206); }

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

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

 span { border-color: rgb(164,118,206); }

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