#A270F1

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

Shades of Medium Purple #A270F1

Tints of Medium Purple #A270F1

Color information

#A270F1 (or 0xA270F1) is unknown color: approx Medium Purple. HEX triplet: A2, 70 and F1. RGB value is (162,112,241). Sum of RGB (Red+Green+Blue) = 162+112+241=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #A270F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270F1 is #5D8F0E. Grayscale: #8D8D8D. Windows color (decimal): -6131471 or 15823010. OLE color: 15823010.

HSL color Cylindrical-coordinate representation of color #A270F1: hue angle of 263.26º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A270F1 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162112241-
CMYK0.330.5400.05
HSL263.26º82.17%69.22%-
HSV(B)263.26º53.53%94.51%-
XYZ36.5725.6286.24-
YUV141.66184.06142.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=31.46%
G=21.75%
B=46.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621122410.330.5400.05263.2682.1769.22
HexA270F12136051075245
Octal242160361416605407122105
Binary10100010111000011110001100001110110010110000011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A270F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A270F1; }

 p { color: rgb(162,112,241); }

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

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

 a { background-color: rgb(162,112,241); }

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

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

 span { border-color: rgb(162,112,241); }

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