#A75ACE

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

Shades of Amethyst #A75ACE

Tints of Amethyst #A75ACE

Color information

#A75ACE (or 0xA75ACE) is unknown color: approx Amethyst. HEX triplet: A7, 5A and CE. RGB value is (167,90,206). Sum of RGB (Red+Green+Blue) = 167+90+206=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A75ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACE is #58A531. Grayscale: #7D7D7D. Windows color (decimal): -5809458 or 13523623. OLE color: 13523623.

HSL color Cylindrical-coordinate representation of color #A75ACE: hue angle of 279.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75ACE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16790206-
CMYK0.190.5600.19
HSL279.83º54.21%58.04%-
HSV(B)279.83º56.31%80.78%-
XYZ30.7319.9860.63-
YUV126.25173.01157.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=36.07%
G=19.44%
B=44.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167902060.190.5600.19279.8354.2158.04
HexA75ACE1338013118363a
Octal24713231623700234306672
Binary1010011110110101100111010011111000010011100011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ACE; }

 p { color: rgb(167,90,206); }

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

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

 a { background-color: rgb(167,90,206); }

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

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

 span { border-color: rgb(167,90,206); }

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