#A273F1

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

Shades of Medium Purple #A273F1

Tints of Medium Purple #A273F1

Color information

#A273F1 (or 0xA273F1) is unknown color: approx Medium Purple. HEX triplet: A2, 73 and F1. RGB value is (162,115,241). Sum of RGB (Red+Green+Blue) = 162+115+241=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #A273F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273F1 is #5D8C0E. Grayscale: #8E8E8E. Windows color (decimal): -6130703 or 15823778. OLE color: 15823778.

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

Color convert

RGB162115241-
CMYK0.330.5200.05
HSL262.38º81.82%69.8%-
HSV(B)262.38º52.28%94.51%-
XYZ36.9126.2986.35-
YUV143.42183.07141.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=31.27%
G=22.20%
B=46.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621152410.330.5200.05262.3881.8269.8
HexA273F12134051065246
Octal242163361416405406122106
Binary10100010111001111110001100001110100010110000011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273F1; }

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

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

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

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

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

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

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

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