#A05DE4

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

Shades of Amethyst #A05DE4

Tints of Amethyst #A05DE4

Color information

#A05DE4 (or 0xA05DE4) is unknown color: approx Amethyst. HEX triplet: A0, 5D and E4. RGB value is (160,93,228). Sum of RGB (Red+Green+Blue) = 160+93+228=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #A05DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DE4 is #5FA21B. Grayscale: #7F7F7F. Windows color (decimal): -6267420 or 14966176. OLE color: 14966176.

HSL color Cylindrical-coordinate representation of color #A05DE4: hue angle of 269.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05DE4 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16093228-
CMYK0.300.5900.11
HSL269.78º71.43%62.94%-
HSV(B)269.78º59.21%89.41%-
XYZ32.4220.975.73-
YUV128.42184.2150.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=33.26%
G=19.33%
B=47.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160932280.300.5900.11269.7871.4362.94
HexA05DE41E3B0B10e473f
Octal240135344367301341610777
Binary1010000010111011110010011110111011010111000011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DE4; }

 p { color: rgb(160,93,228); }

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

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

 a { background-color: rgb(160,93,228); }

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

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

 span { border-color: rgb(160,93,228); }

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