#a45fdb

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

Shades of Amethyst #A45FDB

Tints of Amethyst #A45FDB

Color information

#A45FDB (or 0xA45FDB) is unknown color: approx Amethyst. HEX triplet: A4, 5F and DB. RGB value is (164,95,219). Sum of RGB (Red+Green+Blue) = 164+95+219=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A45FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FDB is #5BA024. Grayscale: #818181. Windows color (decimal): -6004773 or 14376868. OLE color: 14376868.

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

Color convert

RGB16495219-
CMYK0.250.5700.14
HSL273.39º63.27%61.57%-
HSV(B)273.39º56.62%85.88%-
XYZ32.1921.1969.41-
YUV129.77178.36152.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=34.31%
G=19.87%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164952190.250.5700.14273.3963.2761.57
HexA45FDB19390E1113f3e
Octal24413733331710164217776
Binary101001001011111110110111100111100101110100010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45fdb; }

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

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

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

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

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

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

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

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