#A75ECC

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

Shades of Amethyst #A75ECC

Tints of Amethyst #A75ECC

Color information

#A75ECC (or 0xA75ECC) is unknown color: approx Amethyst. HEX triplet: A7, 5E and CC. RGB value is (167,94,204). Sum of RGB (Red+Green+Blue) = 167+94+204=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ECC is #58A133. Grayscale: #808080. Windows color (decimal): -5808436 or 13393575. OLE color: 13393575.

HSL color Cylindrical-coordinate representation of color #A75ECC: hue angle of 279.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75ECC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16794204-
CMYK0.180.5400.2
HSL279.82º51.89%58.43%-
HSV(B)279.82º53.92%80%-
XYZ30.8420.5859.47-
YUV128.37170.68155.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=35.91%
G=20.22%
B=43.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167942040.180.5400.2279.8251.8958.43
HexA75ECC1236014118343a
Octal24713631422660244306472
Binary1010011110111101100110010010110110010100100011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ECC; }

 p { color: rgb(167,94,204); }

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

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

 a { background-color: rgb(167,94,204); }

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

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

 span { border-color: rgb(167,94,204); }

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