#A260FA

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

Shades of Medium Purple #A260FA

Tints of Medium Purple #A260FA

Color information

#A260FA (or 0xA260FA) is unknown color: approx Medium Purple. HEX triplet: A2, 60 and FA. RGB value is (162,96,250). Sum of RGB (Red+Green+Blue) = 162+96+250=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A260FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FA is #5D9F05. Grayscale: #848484. Windows color (decimal): -6135558 or 16408738. OLE color: 16408738.

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

Color convert

RGB16296250-
CMYK0.350.6200.02
HSL265.71º93.9%67.84%-
HSV(B)265.71º61.6%98.04%-
XYZ36.3422.9592.96-
YUV133.29193.87148.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 96 (37.89% from 255) = 18.90%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=31.89%
G=18.90%
B=49.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162962500.350.6200.02265.7193.967.84
HexA260FA233E0210a5e44
Octal242140372437602412136104
Binary1010001011000001111101010001111111001010000101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260FA; }

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

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

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

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

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

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

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

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