#A45ACF

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

Shades of Amethyst #A45ACF

Tints of Amethyst #A45ACF

Color information

#A45ACF (or 0xA45ACF) is unknown color: approx Amethyst. HEX triplet: A4, 5A and CF. RGB value is (164,90,207). Sum of RGB (Red+Green+Blue) = 164+90+207=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACF is #5BA530. Grayscale: #7D7D7D. Windows color (decimal): -6006065 or 13589156. OLE color: 13589156.

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

Color convert

RGB16490207-
CMYK0.210.5700.19
HSL277.95º54.93%58.24%-
HSV(B)277.95º56.52%81.18%-
XYZ30.2319.7161.24-
YUV125.46174.02155.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=35.57%
G=19.52%
B=44.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164902070.210.5700.19277.9554.9358.24
HexA45ACF1539013116373a
Octal24413231725710234266772
Binary1010010010110101100111110101111001010011100010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45ACF; }

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

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

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

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

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

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

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

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