#A273F6

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

Shades of Medium Purple #A273F6

Tints of Medium Purple #A273F6

Color information

#A273F6 (or 0xA273F6) is unknown color: approx Medium Purple. HEX triplet: A2, 73 and F6. RGB value is (162,115,246). Sum of RGB (Red+Green+Blue) = 162+115+246=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #A273F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273F6 is #5D8C09. Grayscale: #8F8F8F. Windows color (decimal): -6130698 or 16151458. OLE color: 16151458.

HSL color Cylindrical-coordinate representation of color #A273F6: hue angle of 261.53º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A273F6 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162115246-
CMYK0.340.5300.04
HSL261.53º87.92%70.78%-
HSV(B)261.53º53.25%96.47%-
XYZ37.6726.690.34-
YUV143.99185.57140.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 246 (96.48% from 255) = 47.04%
R=30.98%
G=21.99%
B=47.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621152460.340.5300.04261.5387.9270.78
HexA273F62235041065847
Octal242163366426504406130107
Binary10100010111001111110110100010110101010010000011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273F6; }

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

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

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

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

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

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

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

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