#a077f4

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

Shades of Medium Purple #A077F4

Tints of Medium Purple #A077F4

Color information

#A077F4 (or 0xA077F4) is unknown color: approx Medium Purple. HEX triplet: A0, 77 and F4. RGB value is (160,119,244). Sum of RGB (Red+Green+Blue) = 160+119+244=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #A077F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077F4 is #5F880B. Grayscale: #919191. Windows color (decimal): -6260748 or 16021408. OLE color: 16021408.

HSL color Cylindrical-coordinate representation of color #A077F4: hue angle of 259.68º 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 #A077F4 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160119244-
CMYK0.340.5100.04
HSL259.68º85.03%71.18%-
HSV(B)259.68º51.23%95.69%-
XYZ37.4227.288.87-
YUV145.51183.58138.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=30.59%
G=22.75%
B=46.65%

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
Decimal1601192440.340.5100.04259.6885.0371.18
HexA077F42233041045547
Octal240167364426304404125107
Binary10100000111011111110100100010110011010010000010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a077f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a077f4; }

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

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

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

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

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

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

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

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