#A07ED5

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

Shades of Medium Purple #A07ED5

Tints of Medium Purple #A07ED5

Color information

#A07ED5 (or 0xA07ED5) is unknown color: approx Medium Purple. HEX triplet: A0, 7E and D5. RGB value is (160,126,213). Sum of RGB (Red+Green+Blue) = 160+126+213=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A07ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ED5 is #5F812A. Grayscale: #919191. Windows color (decimal): -6258987 or 13991584. OLE color: 13991584.

HSL color Cylindrical-coordinate representation of color #A07ED5: hue angle of 263.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07ED5 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160126213-
CMYK0.250.4100.16
HSL263.45º50.88%66.47%-
HSV(B)263.45º40.85%83.53%-
XYZ33.9727.266.41-
YUV146.08165.76137.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=32.06%
G=25.25%
B=42.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601262130.250.4100.16263.4550.8866.47
HexA07ED519290101073342
Octal240176325315102040763102
Binary10100000111111011010101110011010010100001000001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ED5; }

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

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

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

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

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

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

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

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