#A07FED

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

Shades of Medium Purple #A07FED

Tints of Medium Purple #A07FED

Color information

#A07FED (or 0xA07FED) is unknown color: approx Medium Purple. HEX triplet: A0, 7F and ED. RGB value is (160,127,237). Sum of RGB (Red+Green+Blue) = 160+127+237=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FED is #5F8012. Grayscale: #959595. Windows color (decimal): -6258707 or 15564704. OLE color: 15564704.

HSL color Cylindrical-coordinate representation of color #A07FED: hue angle of 258º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07FED is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160127237-
CMYK0.320.4600.07
HSL258º75.34%71.37%-
HSV(B)258º46.41%92.94%-
XYZ37.3728.7783.7-
YUV149.41177.43135.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=30.53%
G=24.24%
B=45.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601272370.320.4600.0725875.3471.37
HexA07FED202E071024b47
Octal240177355405607402113107
Binary10100000111111111101101100000101110011110000001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FED; }

 p { color: rgb(160,127,237); }

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

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

 a { background-color: rgb(160,127,237); }

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

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

 span { border-color: rgb(160,127,237); }

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