#A45CDE

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

Shades of Amethyst #A45CDE

Tints of Amethyst #A45CDE

Color information

#A45CDE (or 0xA45CDE) is unknown color: approx Amethyst. HEX triplet: A4, 5C and DE. RGB value is (164,92,222). Sum of RGB (Red+Green+Blue) = 164+92+222=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #A45CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CDE is #5BA321. Grayscale: #7F7F7F. Windows color (decimal): -6005538 or 14572708. OLE color: 14572708.

HSL color Cylindrical-coordinate representation of color #A45CDE: hue angle of 273.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45CDE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16492222-
CMYK0.260.5900.13
HSL273.23º66.33%61.57%-
HSV(B)273.23º58.56%87.06%-
XYZ32.3220.8271.42-
YUV128.35180.85153.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=34.31%
G=19.25%
B=46.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164922220.260.5900.13273.2366.3361.57
HexA45CDE1A3B0D111423e
Octal244134336327301542110276
Binary1010010010111001101111011010111011011011000100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CDE; }

 p { color: rgb(164,92,222); }

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

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

 a { background-color: rgb(164,92,222); }

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

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

 span { border-color: rgb(164,92,222); }

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