#A074F7

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

Shades of Medium Purple #A074F7

Tints of Medium Purple #A074F7

Color information

#A074F7 (or 0xA074F7) is unknown color: approx Medium Purple. HEX triplet: A0, 74 and F7. RGB value is (160,116,247). Sum of RGB (Red+Green+Blue) = 160+116+247=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #A074F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074F7 is #5F8B08. Grayscale: #8F8F8F. Windows color (decimal): -6261513 or 16217248. OLE color: 16217248.

HSL color Cylindrical-coordinate representation of color #A074F7: hue angle of 260.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A074F7 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160116247-
CMYK0.350.5300.03
HSL260.15º89.12%71.18%-
HSV(B)260.15º53.04%96.86%-
XYZ37.5326.6891.17-
YUV144.09186.08139.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=30.59%
G=22.18%
B=47.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601162470.350.5300.03260.1589.1271.18
HexA074F72335031045947
Octal240164367436503404131107
Binary1010000011101001111011110001111010101110000010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074F7; }

 p { color: rgb(160,116,247); }

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

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

 a { background-color: rgb(160,116,247); }

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

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

 span { border-color: rgb(160,116,247); }

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