#A261FA

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

Shades of Medium Purple #A261FA

Tints of Medium Purple #A261FA

Color information

#A261FA (or 0xA261FA) is unknown color: approx Medium Purple. HEX triplet: A2, 61 and FA. RGB value is (162,97,250). Sum of RGB (Red+Green+Blue) = 162+97+250=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #A261FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FA is #5D9E05. Grayscale: #858585. Windows color (decimal): -6135302 or 16408994. OLE color: 16408994.

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

Color convert

RGB16297250-
CMYK0.350.6100.02
HSL265.49º93.87%68.04%-
HSV(B)265.49º61.2%98.04%-
XYZ36.4323.1392.99-
YUV133.88193.53148.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=31.83%
G=19.06%
B=49.12%

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
Decimal162972500.350.6100.02265.4993.8768.04
HexA261FA233D021095e44
Octal242141372437502411136104
Binary1010001011000011111101010001111110101010000100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261FA; }

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

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

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

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

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

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

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

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