#A273F8

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

Shades of Medium Purple #A273F8

Tints of Medium Purple #A273F8

Color information

#A273F8 (or 0xA273F8) is unknown color: approx Medium Purple. HEX triplet: A2, 73 and F8. RGB value is (162,115,248). Sum of RGB (Red+Green+Blue) = 162+115+248=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A273F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273F8 is #5D8C07. Grayscale: #8F8F8F. Windows color (decimal): -6130696 or 16282530. OLE color: 16282530.

HSL color Cylindrical-coordinate representation of color #A273F8: hue angle of 261.2º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A273F8 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162115248-
CMYK0.350.5400.03
HSL261.2º90.48%71.18%-
HSV(B)261.2º53.63%97.25%-
XYZ37.9726.7291.96-
YUV144.21186.57140.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 115 (45.31% from 255) = 21.90%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=30.86%
G=21.90%
B=47.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621152480.350.5400.03261.290.4871.18
HexA273F82336031055a47
Octal242163370436603405132107
Binary1010001011100111111100010001111011001110000010110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273F8; }

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

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

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

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

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

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

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

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