#A078F4

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

Shades of Medium Purple #A078F4

Tints of Medium Purple #A078F4

Color information

#A078F4 (or 0xA078F4) is unknown color: approx Medium Purple. HEX triplet: A0, 78 and F4. RGB value is (160,120,244). Sum of RGB (Red+Green+Blue) = 160+120+244=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #A078F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078F4 is #5F870B. Grayscale: #919191. Windows color (decimal): -6260492 or 16021664. OLE color: 16021664.

HSL color Cylindrical-coordinate representation of color #A078F4: hue angle of 259.35º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A078F4 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160120244-
CMYK0.340.5100.04
HSL259.35º84.93%71.37%-
HSV(B)259.35º50.82%95.69%-
XYZ37.5427.4488.91-
YUV146.1183.25137.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=30.53%
G=22.90%
B=46.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601202440.340.5100.04259.3584.9371.37
HexA078F42233041035547
Octal240170364426304403125107
Binary10100000111100011110100100010110011010010000001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078F4; }

 p { color: rgb(160,120,244); }

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

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

 a { background-color: rgb(160,120,244); }

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

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

 span { border-color: rgb(160,120,244); }

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