#A475D5

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

Shades of Amethyst #A475D5

Tints of Amethyst #A475D5

Color information

#A475D5 (or 0xA475D5) is unknown color: approx Amethyst. HEX triplet: A4, 75 and D5. RGB value is (164,117,213). Sum of RGB (Red+Green+Blue) = 164+117+213=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A475D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475D5 is #5B8A2A. Grayscale: #8D8D8D. Windows color (decimal): -5999147 or 13989284. OLE color: 13989284.

HSL color Cylindrical-coordinate representation of color #A475D5: hue angle of 269.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A475D5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164117213-
CMYK0.230.4500.16
HSL269.38º53.33%64.71%-
HSV(B)269.38º45.07%83.53%-
XYZ33.6825.4266.08-
YUV142168.07143.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=33.20%
G=23.68%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641172130.230.4500.16269.3853.3364.71
HexA475D5172D01010d3541
Octal244165325275502041565101
Binary10100100111010111010101101111011010100001000011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475D5; }

 p { color: rgb(164,117,213); }

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

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

 a { background-color: rgb(164,117,213); }

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

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

 span { border-color: rgb(164,117,213); }

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