#A75ECA

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

Shades of Amethyst #A75ECA

Tints of Amethyst #A75ECA

Color information

#A75ECA (or 0xA75ECA) is unknown color: approx Amethyst. HEX triplet: A7, 5E and CA. RGB value is (167,94,202). Sum of RGB (Red+Green+Blue) = 167+94+202=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #A75ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ECA is #58A135. Grayscale: #7F7F7F. Windows color (decimal): -5808438 or 13262503. OLE color: 13262503.

HSL color Cylindrical-coordinate representation of color #A75ECA: hue angle of 280.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A75ECA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16794202-
CMYK0.170.5300.21
HSL280.56º50.47%58.04%-
HSV(B)280.56º53.47%79.22%-
XYZ30.620.4958.22-
YUV128.14169.68155.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=36.07%
G=20.30%
B=43.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167942020.170.5300.21280.5650.4758.04
HexA75ECA1135015119323a
Octal24713631221650254316272
Binary1010011110111101100101010001110101010101100011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ECA; }

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

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

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

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

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

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

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

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