#A75CE8

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

Shades of Amethyst #A75CE8

Tints of Amethyst #A75CE8

Color information

#A75CE8 (or 0xA75CE8) is unknown color: approx Amethyst. HEX triplet: A7, 5C and E8. RGB value is (167,92,232). Sum of RGB (Red+Green+Blue) = 167+92+232=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #A75CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CE8 is #58A317. Grayscale: #818181. Windows color (decimal): -5808920 or 15228071. OLE color: 15228071.

HSL color Cylindrical-coordinate representation of color #A75CE8: hue angle of 272.14º degrees, saturation: 0.75, 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 #A75CE8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16792232-
CMYK0.280.6000.09
HSL272.14º75.27%63.53%-
HSV(B)272.14º60.34%90.98%-
XYZ34.3321.778.72-
YUV130.38185.35154.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=34.01%
G=18.74%
B=47.25%

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
Decimal167922320.280.6000.09272.1475.2763.53
HexA75CE81C3C091104b40
Octal2471343503474011420113100
Binary10100111101110011101000111001111000100110001000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CE8; }

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

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

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

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

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

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

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

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