#A07FDD

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

Shades of Medium Purple #A07FDD

Tints of Medium Purple #A07FDD

Color information

#A07FDD (or 0xA07FDD) is unknown color: approx Medium Purple. HEX triplet: A0, 7F and DD. RGB value is (160,127,221). Sum of RGB (Red+Green+Blue) = 160+127+221=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDD is #5F8022. Grayscale: #939393. Windows color (decimal): -6258723 or 14516128. OLE color: 14516128.

HSL color Cylindrical-coordinate representation of color #A07FDD: hue angle of 261.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07FDD is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160127221-
CMYK0.280.4300.13
HSL261.06º58.02%68.24%-
HSV(B)261.06º42.53%86.67%-
XYZ35.1427.8771.93-
YUV147.58169.43136.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=31.50%
G=25%
B=43.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601272210.280.4300.13261.0658.0268.24
HexA07FDD1C2B0D1053a44
Octal240177335345301540572104
Binary1010000011111111101110111100101011011011000001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FDD; }

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

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

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

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

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

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

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

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