#A07CDD

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

Shades of Medium Purple #A07CDD

Tints of Medium Purple #A07CDD

Color information

#A07CDD (or 0xA07CDD) is unknown color: approx Medium Purple. HEX triplet: A0, 7C and DD. RGB value is (160,124,221). Sum of RGB (Red+Green+Blue) = 160+124+221=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDD is #5F8322. Grayscale: #919191. Windows color (decimal): -6259491 or 14515360. OLE color: 14515360.

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

Color convert

RGB160124221-
CMYK0.280.4400.13
HSL262.27º58.79%67.65%-
HSV(B)262.27º43.89%86.67%-
XYZ34.7627.1171.81-
YUV145.82170.43138.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=31.68%
G=24.55%
B=43.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601242210.280.4400.13262.2758.7967.65
HexA07CDD1C2C0D1063b44
Octal240174335345401540673104
Binary1010000011111001101110111100101100011011000001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CDD; }

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

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

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

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

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

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

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

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