#A75FED

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

Shades of Medium Purple #A75FED

Tints of Medium Purple #A75FED

Color information

#A75FED (or 0xA75FED) is unknown color: approx Medium Purple. HEX triplet: A7, 5F and ED. RGB value is (167,95,237). Sum of RGB (Red+Green+Blue) = 167+95+237=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #A75FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FED is #58A012. Grayscale: #848484. Windows color (decimal): -5808147 or 15556519. OLE color: 15556519.

HSL color Cylindrical-coordinate representation of color #A75FED: hue angle of 270.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75FED is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16795237-
CMYK0.300.6000.07
HSL270.42º79.78%65.1%-
HSV(B)270.42º59.92%92.94%-
XYZ35.3122.5182.61-
YUV132.72186.85152.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=33.47%
G=19.04%
B=47.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167952370.300.6000.07270.4279.7865.1
HexA75FED1E3C0710e5041
Octal247137355367407416120101
Binary1010011110111111110110111110111100011110000111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FED; }

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

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

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

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

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

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

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

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