#A75DE9

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

Shades of Amethyst #A75DE9

Tints of Amethyst #A75DE9

Color information

#A75DE9 (or 0xA75DE9) is unknown color: approx Amethyst. HEX triplet: A7, 5D and E9. RGB value is (167,93,233). Sum of RGB (Red+Green+Blue) = 167+93+233=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #A75DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75DE9 is #58A216. Grayscale: #828282. Windows color (decimal): -5808663 or 15293863. OLE color: 15293863.

HSL color Cylindrical-coordinate representation of color #A75DE9: hue angle of 271.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75DE9 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16793233-
CMYK0.280.6000.09
HSL271.71º76.09%63.92%-
HSV(B)271.71º60.09%91.37%-
XYZ34.5621.9379.5-
YUV131.09185.52153.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=33.87%
G=18.86%
B=47.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167932330.280.6000.09271.7176.0963.92
HexA75DE91C3C091104c40
Octal2471353513474011420114100
Binary10100111101110111101001111001111000100110001000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DE9; }

 p { color: rgb(167,93,233); }

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

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

 a { background-color: rgb(167,93,233); }

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

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

 span { border-color: rgb(167,93,233); }

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