#A45CDB

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

Shades of Amethyst #A45CDB

Tints of Amethyst #A45CDB

Color information

#A45CDB (or 0xA45CDB) is unknown color: approx Amethyst. HEX triplet: A4, 5C and DB. RGB value is (164,92,219). Sum of RGB (Red+Green+Blue) = 164+92+219=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A45CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CDB is #5BA324. Grayscale: #7F7F7F. Windows color (decimal): -6005541 or 14376100. OLE color: 14376100.

HSL color Cylindrical-coordinate representation of color #A45CDB: hue angle of 274.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45CDB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16492219-
CMYK0.250.5800.14
HSL274.02º63.82%60.98%-
HSV(B)274.02º57.99%85.88%-
XYZ31.9220.6669.32-
YUV128.01179.35153.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=34.53%
G=19.37%
B=46.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164922190.250.5800.14274.0263.8260.98
HexA45CDB193A0E112403d
Octal244134333317201642210075
Binary1010010010111001101101111001111010011101000100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CDB; }

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

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

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

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

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

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

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

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