#A45ACD

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

Shades of Amethyst #A45ACD

Tints of Amethyst #A45ACD

Color information

#A45ACD (or 0xA45ACD) is unknown color: approx Amethyst. HEX triplet: A4, 5A and CD. RGB value is (164,90,205). Sum of RGB (Red+Green+Blue) = 164+90+205=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACD is #5BA532. Grayscale: #7C7C7C. Windows color (decimal): -6006067 or 13458084. OLE color: 13458084.

HSL color Cylindrical-coordinate representation of color #A45ACD: hue angle of 278.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ACD is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16490205-
CMYK0.20.5600.20
HSL278.61º53.49%57.84%-
HSV(B)278.61º56.1%80.39%-
XYZ29.9919.6159.96-
YUV125.24173.02155.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=35.73%
G=19.61%
B=44.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164902050.20.5600.20278.6153.4957.84
HexA45ACD1438014117353a
Octal24413231524700244276572
Binary1010010010110101100110110100111000010100100010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45ACD; }

 p { color: rgb(164,90,205); }

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

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

 a { background-color: rgb(164,90,205); }

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

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

 span { border-color: rgb(164,90,205); }

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