#A463FB

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

Shades of Medium Purple #A463FB

Tints of Medium Purple #A463FB

Color information

#A463FB (or 0xA463FB) is unknown color: approx Medium Purple. HEX triplet: A4, 63 and FB. RGB value is (164,99,251). Sum of RGB (Red+Green+Blue) = 164+99+251=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #A463FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FB is #5B9C04. Grayscale: #878787. Windows color (decimal): -6003717 or 16475044. OLE color: 16475044.

HSL color Cylindrical-coordinate representation of color #A463FB: hue angle of 265.66º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A463FB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16499251-
CMYK0.350.6100.02
HSL265.66º95%68.63%-
HSV(B)265.66º60.56%98.43%-
XYZ37.1823.7893.9-
YUV135.76193.03148.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 99 (39.06% from 255) = 19.26%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=31.91%
G=19.26%
B=48.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164992510.350.6100.02265.669568.63
HexA463FB233D0210a5f45
Octal244143373437502412137105
Binary1010010011000111111101110001111110101010000101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463FB; }

 p { color: rgb(164,99,251); }

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

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

 a { background-color: rgb(164,99,251); }

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

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

 span { border-color: rgb(164,99,251); }

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