#A45DCF

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

Shades of Amethyst #A45DCF

Tints of Amethyst #A45DCF

Color information

#A45DCF (or 0xA45DCF) is unknown color: approx Amethyst. HEX triplet: A4, 5D and CF. RGB value is (164,93,207). Sum of RGB (Red+Green+Blue) = 164+93+207=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCF is #5BA230. Grayscale: #7E7E7E. Windows color (decimal): -6005297 or 13589924. OLE color: 13589924.

HSL color Cylindrical-coordinate representation of color #A45DCF: hue angle of 277.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45DCF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16493207-
CMYK0.210.5500.19
HSL277.37º54.29%58.82%-
HSV(B)277.37º55.07%81.18%-
XYZ30.4920.2361.33-
YUV127.22173.02154.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=35.34%
G=20.04%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164932070.210.5500.19277.3754.2958.82
HexA45DCF1537013115363b
Octal24413531725670234256673
Binary1010010010111011100111110101110111010011100010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DCF; }

 p { color: rgb(164,93,207); }

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

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

 a { background-color: rgb(164,93,207); }

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

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

 span { border-color: rgb(164,93,207); }

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