#A064F3

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

Shades of Medium Purple #A064F3

Tints of Medium Purple #A064F3

Color information

#A064F3 (or 0xA064F3) is unknown color: approx Medium Purple. HEX triplet: A0, 64 and F3. RGB value is (160,100,243). Sum of RGB (Red+Green+Blue) = 160+100+243=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #A064F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064F3 is #5F9B0C. Grayscale: #858585. Windows color (decimal): -6265613 or 15951008. OLE color: 15951008.

HSL color Cylindrical-coordinate representation of color #A064F3: hue angle of 265.17º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A064F3 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160100243-
CMYK0.340.5900.05
HSL265.17º85.63%67.25%-
HSV(B)265.17º58.85%95.29%-
XYZ35.2323.0687.39-
YUV134.24189.38146.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=31.81%
G=19.88%
B=48.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601002430.340.5900.05265.1785.6367.25
HexA064F3223B051095643
Octal240144363427305411126103
Binary10100000110010011110011100010111011010110000100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064F3; }

 p { color: rgb(160,100,243); }

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

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

 a { background-color: rgb(160,100,243); }

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

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

 span { border-color: rgb(160,100,243); }

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