#A75FEA

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

Shades of Amethyst #A75FEA

Tints of Amethyst #A75FEA

Color information

#A75FEA (or 0xA75FEA) is unknown color: approx Amethyst. HEX triplet: A7, 5F and EA. RGB value is (167,95,234). Sum of RGB (Red+Green+Blue) = 167+95+234=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A75FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FEA is #58A015. Grayscale: #838383. Windows color (decimal): -5808150 or 15359911. OLE color: 15359911.

HSL color Cylindrical-coordinate representation of color #A75FEA: hue angle of 271.08º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75FEA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16795234-
CMYK0.290.5900.08
HSL271.08º76.8%64.51%-
HSV(B)271.08º59.4%91.76%-
XYZ34.8822.3480.32-
YUV132.37185.35152.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=33.67%
G=19.15%
B=47.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167952340.290.5900.08271.0876.864.51
HexA75FEA1D3B0810f4d41
Octal2471373523573010417115101
Binary10100111101111111101010111011110110100010000111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FEA; }

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

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

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

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

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

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

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

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