#A263FC

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

Shades of Medium Purple #A263FC

Tints of Medium Purple #A263FC

Color information

#A263FC (or 0xA263FC) is unknown color: approx Medium Purple. HEX triplet: A2, 63 and FC. RGB value is (162,99,252). Sum of RGB (Red+Green+Blue) = 162+99+252=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A263FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263FC is #5D9C03. Grayscale: #868686. Windows color (decimal): -6134788 or 16540578. OLE color: 16540578.

HSL color Cylindrical-coordinate representation of color #A263FC: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A263FC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16299252-
CMYK0.360.6100.01
HSL264.71º96.23%68.82%-
HSV(B)264.71º60.71%98.82%-
XYZ36.9323.6394.71-
YUV135.28193.87147.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=31.58%
G=19.30%
B=49.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162992520.360.6100.01264.7196.2368.82
HexA263FC243D011096045
Octal242143374447501411140105
Binary101000101100011111111001001001111010110000100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263FC; }

 p { color: rgb(162,99,252); }

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

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

 a { background-color: rgb(162,99,252); }

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

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

 span { border-color: rgb(162,99,252); }

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