#A45DCB

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

Shades of Amethyst #A45DCB

Tints of Amethyst #A45DCB

Color information

#A45DCB (or 0xA45DCB) is unknown color: approx Amethyst. HEX triplet: A4, 5D and CB. RGB value is (164,93,203). Sum of RGB (Red+Green+Blue) = 164+93+203=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DCB is #5BA234. Grayscale: #7E7E7E. Windows color (decimal): -6005301 or 13327780. OLE color: 13327780.

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

Color convert

RGB16493203-
CMYK0.190.5400.20
HSL278.73º51.4%58.04%-
HSV(B)278.73º54.19%79.61%-
XYZ3020.0358.79-
YUV126.77171.02154.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=35.65%
G=20.22%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164932030.190.5400.20278.7351.458.04
HexA45DCB1336014117333a
Octal24413531323660244276372
Binary1010010010111011100101110011110110010100100010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DCB; }

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

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

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

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

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

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

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

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