#A07DED

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

Shades of Medium Purple #A07DED

Tints of Medium Purple #A07DED

Color information

#A07DED (or 0xA07DED) is unknown color: approx Medium Purple. HEX triplet: A0, 7D and ED. RGB value is (160,125,237). Sum of RGB (Red+Green+Blue) = 160+125+237=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DED is #5F8212. Grayscale: #939393. Windows color (decimal): -6259219 or 15564192. OLE color: 15564192.

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

Color convert

RGB160125237-
CMYK0.320.4700.07
HSL258.75º75.68%70.98%-
HSV(B)258.75º47.26%92.94%-
XYZ37.1228.2683.62-
YUV148.23178.1136.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=30.65%
G=23.95%
B=45.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601252370.320.4700.07258.7575.6870.98
HexA07DED202F071034c47
Octal240175355405707403114107
Binary10100000111110111101101100000101111011110000001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DED; }

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

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

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

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

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

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

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

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