#A75FE8

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

Shades of Amethyst #A75FE8

Tints of Amethyst #A75FE8

Color information

#A75FE8 (or 0xA75FE8) is unknown color: approx Amethyst. HEX triplet: A7, 5F and E8. RGB value is (167,95,232). Sum of RGB (Red+Green+Blue) = 167+95+232=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #A75FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FE8 is #58A017. Grayscale: #838383. Windows color (decimal): -5808152 or 15228839. OLE color: 15228839.

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

Color convert

RGB16795232-
CMYK0.280.5900.09
HSL271.53º74.86%64.12%-
HSV(B)271.53º59.05%90.98%-
XYZ34.5922.2378.81-
YUV132.15184.35152.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 95 (37.5% from 255) = 19.23%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=33.81%
G=19.23%
B=46.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167952320.280.5900.09271.5374.8664.12
HexA75FE81C3B091104b40
Octal2471373503473011420113100
Binary10100111101111111101000111001110110100110001000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FE8; }

 p { color: rgb(167,95,232); }

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

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

 a { background-color: rgb(167,95,232); }

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

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

 span { border-color: rgb(167,95,232); }

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