#A079F2

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

Shades of Medium Purple #A079F2

Tints of Medium Purple #A079F2

Color information

#A079F2 (or 0xA079F2) is unknown color: approx Medium Purple. HEX triplet: A0, 79 and F2. RGB value is (160,121,242). Sum of RGB (Red+Green+Blue) = 160+121+242=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #A079F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079F2 is #5F860D. Grayscale: #929292. Windows color (decimal): -6260238 or 15890848. OLE color: 15890848.

HSL color Cylindrical-coordinate representation of color #A079F2: hue angle of 259.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A079F2 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160121242-
CMYK0.340.5000.05
HSL259.34º82.31%71.18%-
HSV(B)259.34º50%94.9%-
XYZ37.3627.5687.35-
YUV146.45181.92137.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=30.59%
G=23.14%
B=46.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601212420.340.5000.05259.3482.3171.18
HexA079F22232051035247
Octal240171362426205403122107
Binary10100000111100111110010100010110010010110000001110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079F2; }

 p { color: rgb(160,121,242); }

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

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

 a { background-color: rgb(160,121,242); }

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

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

 span { border-color: rgb(160,121,242); }

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