#A75DE0

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

Shades of Amethyst #A75DE0

Tints of Amethyst #A75DE0

Color information

#A75DE0 (or 0xA75DE0) is unknown color: approx Amethyst. HEX triplet: A7, 5D and E0. RGB value is (167,93,224). Sum of RGB (Red+Green+Blue) = 167+93+224=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A75DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DE0 is #58A21F. Grayscale: #818181. Windows color (decimal): -5808672 or 14704039. OLE color: 14704039.

HSL color Cylindrical-coordinate representation of color #A75DE0: hue angle of 273.89º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75DE0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16793224-
CMYK0.250.5800.12
HSL273.89º67.88%62.16%-
HSV(B)273.89º58.48%87.84%-
XYZ33.3121.4372.9-
YUV130.06181.02154.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=34.50%
G=19.21%
B=46.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167932240.250.5800.12273.8967.8862.16
HexA75DE0193A0C112443e
Octal247135340317201442210476
Binary1010011110111011110000011001111010011001000100101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DE0; }

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

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

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

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

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

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

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

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