#A05ECD

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

Shades of Amethyst #A05ECD

Tints of Amethyst #A05ECD

Color information

#A05ECD (or 0xA05ECD) is unknown color: approx Amethyst. HEX triplet: A0, 5E and CD. RGB value is (160,94,205). Sum of RGB (Red+Green+Blue) = 160+94+205=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECD is #5FA132. Grayscale: #7E7E7E. Windows color (decimal): -6267187 or 13459104. OLE color: 13459104.

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

Color convert

RGB16094205-
CMYK0.220.5400.20
HSL275.68º52.61%58.63%-
HSV(B)275.68º54.15%80.39%-
XYZ29.5219.8960.04-
YUV126.39172.37151.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=34.86%
G=20.48%
B=44.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160942050.220.5400.20275.6852.6158.63
HexA05ECD1636014114353b
Octal24013631526660244246573
Binary1010000010111101100110110110110110010100100010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05ECD; }

 p { color: rgb(160,94,205); }

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

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

 a { background-color: rgb(160,94,205); }

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

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

 span { border-color: rgb(160,94,205); }

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