#A05CDE

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

Shades of Amethyst #A05CDE

Tints of Amethyst #A05CDE

Color information

#A05CDE (or 0xA05CDE) is unknown color: approx Amethyst. HEX triplet: A0, 5C and DE. RGB value is (160,92,222). Sum of RGB (Red+Green+Blue) = 160+92+222=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A05CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDE is #5FA321. Grayscale: #7E7E7E. Windows color (decimal): -6267682 or 14572704. OLE color: 14572704.

HSL color Cylindrical-coordinate representation of color #A05CDE: hue angle of 271.38º 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 #A05CDE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16092222-
CMYK0.280.5900.13
HSL271.38º66.33%61.57%-
HSV(B)271.38º58.56%87.06%-
XYZ31.5120.471.38-
YUV127.15181.53151.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=33.76%
G=19.41%
B=46.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160922220.280.5900.13271.3866.3361.57
HexA05CDE1C3B0D10f423e
Octal240134336347301541710276
Binary1010000010111001101111011100111011011011000011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CDE; }

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

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

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

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

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

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

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

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