#A074E7

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

Shades of Medium Purple #A074E7

Tints of Medium Purple #A074E7

Color information

#A074E7 (or 0xA074E7) is unknown color: approx Medium Purple. HEX triplet: A0, 74 and E7. RGB value is (160,116,231). Sum of RGB (Red+Green+Blue) = 160+116+231=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #A074E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074E7 is #5F8B18. Grayscale: #8D8D8D. Windows color (decimal): -6261529 or 15168672. OLE color: 15168672.

HSL color Cylindrical-coordinate representation of color #A074E7: hue angle of 262.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A074E7 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160116231-
CMYK0.310.5000.09
HSL262.96º70.55%68.04%-
HSV(B)262.96º49.78%90.59%-
XYZ35.1725.7378.71-
YUV142.27178.08140.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=31.56%
G=22.88%
B=45.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601162310.310.5000.09262.9670.5568.04
HexA074E71F32091074744
Octal2401643473762011407107104
Binary10100000111010011100111111111100100100110000011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074E7; }

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

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

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

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

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

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

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

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