#A151F2

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

Shades of Medium Purple #A151F2

Tints of Medium Purple #A151F2

Color information

#A151F2 (or 0xA151F2) is unknown color: approx Medium Purple. HEX triplet: A1, 51 and F2. RGB value is (161,81,242). Sum of RGB (Red+Green+Blue) = 161+81+242=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #A151F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151F2 is #5EAE0D. Grayscale: #7A7A7A. Windows color (decimal): -6204942 or 15880609. OLE color: 15880609.

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

Color convert

RGB16181242-
CMYK0.330.6700.05
HSL269.81º86.1%63.33%-
HSV(B)269.81º66.53%94.9%-
XYZ33.6719.8786.07-
YUV123.27195154.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 242 (94.92% from 255) = 50%
R=33.26%
G=16.74%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161812420.330.6700.05269.8186.163.33
HexA151F221430510e563f
Octal241121362411030541612677
Binary10100001101000111110010100001100001101011000011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151F2; }

 p { color: rgb(161,81,242); }

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

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

 a { background-color: rgb(161,81,242); }

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

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

 span { border-color: rgb(161,81,242); }

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