#A75BEC

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

Shades of Amethyst #A75BEC

Tints of Amethyst #A75BEC

Color information

#A75BEC (or 0xA75BEC) is unknown color: approx Amethyst. HEX triplet: A7, 5B and EC. RGB value is (167,91,236). Sum of RGB (Red+Green+Blue) = 167+91+236=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A75BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75BEC is #58A413. Grayscale: #818181. Windows color (decimal): -5809172 or 15489959. OLE color: 15489959.

HSL color Cylindrical-coordinate representation of color #A75BEC: hue angle of 271.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A75BEC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16791236-
CMYK0.290.6100.07
HSL271.45º79.23%64.12%-
HSV(B)271.45º61.44%92.55%-
XYZ34.8221.7581.72-
YUV130.25187.68154.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 91 (35.94% from 255) = 18.42%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=33.81%
G=18.42%
B=47.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167912360.290.6100.07271.4579.2364.12
HexA75BEC1D3D0710f4f40
Octal247133354357507417117100
Binary1010011110110111110110011101111101011110000111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75BEC; }

 p { color: rgb(167,91,236); }

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

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

 a { background-color: rgb(167,91,236); }

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

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

 span { border-color: rgb(167,91,236); }

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