#A063F1

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

Shades of Medium Purple #A063F1

Tints of Medium Purple #A063F1

Color information

#A063F1 (or 0xA063F1) is unknown color: approx Medium Purple. HEX triplet: A0, 63 and F1. RGB value is (160,99,241). Sum of RGB (Red+Green+Blue) = 160+99+241=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #A063F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063F1 is #5F9C0E. Grayscale: #848484. Windows color (decimal): -6265871 or 15819680. OLE color: 15819680.

HSL color Cylindrical-coordinate representation of color #A063F1: hue angle of 265.77º degrees, saturation: 0.84, 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 #A063F1 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16099241-
CMYK0.340.5900.05
HSL265.77º83.53%66.67%-
HSV(B)265.77º58.92%94.51%-
XYZ34.8422.7585.77-
YUV133.43188.71146.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 99 (39.06% from 255) = 19.8%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=32%
G=19.8%
B=48.2%

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
Decimal160992410.340.5900.05265.7783.5366.67
HexA063F1223B0510a5443
Octal240143361427305412124103
Binary10100000110001111110001100010111011010110000101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063F1; }

 p { color: rgb(160,99,241); }

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

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

 a { background-color: rgb(160,99,241); }

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

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

 span { border-color: rgb(160,99,241); }

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