#A07ED9

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

Shades of Medium Purple #A07ED9

Tints of Medium Purple #A07ED9

Color information

#A07ED9 (or 0xA07ED9) is unknown color: approx Medium Purple. HEX triplet: A0, 7E and D9. RGB value is (160,126,217). Sum of RGB (Red+Green+Blue) = 160+126+217=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #A07ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED9 is #5F8126. Grayscale: #929292. Windows color (decimal): -6258983 or 14253728. OLE color: 14253728.

HSL color Cylindrical-coordinate representation of color #A07ED9: hue angle of 262.42º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07ED9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160126217-
CMYK0.260.4200.15
HSL262.42º54.49%67.25%-
HSV(B)262.42º41.94%85.1%-
XYZ34.4827.4169.12-
YUV146.54167.76137.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=31.81%
G=25.05%
B=43.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601262170.260.4200.15262.4254.4967.25
HexA07ED91A2A0F1063643
Octal240176331325201740666103
Binary1010000011111101101100111010101010011111000001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ED9; }

 p { color: rgb(160,126,217); }

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

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

 a { background-color: rgb(160,126,217); }

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

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

 span { border-color: rgb(160,126,217); }

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