#A261FC

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

Shades of Medium Purple #A261FC

Tints of Medium Purple #A261FC

Color information

#A261FC (or 0xA261FC) is unknown color: approx Medium Purple. HEX triplet: A2, 61 and FC. RGB value is (162,97,252). Sum of RGB (Red+Green+Blue) = 162+97+252=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A261FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FC is #5D9E03. Grayscale: #858585. Windows color (decimal): -6135300 or 16540066. OLE color: 16540066.

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

Color convert

RGB16297252-
CMYK0.360.6200.01
HSL265.16º96.27%68.43%-
HSV(B)265.16º61.51%98.82%-
XYZ36.7523.2694.65-
YUV134.1194.53147.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=31.70%
G=18.98%
B=49.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162972520.360.6200.01265.1696.2768.43
HexA261FC243E011096044
Octal242141374447601411140104
Binary101000101100001111111001001001111100110000100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261FC; }

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

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

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

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

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

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

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

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