#a373f6

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

Shades of Medium Purple #A373F6

Tints of Medium Purple #A373F6

Color information

#A373F6 (or 0xA373F6) is unknown color: approx Medium Purple. HEX triplet: A3, 73 and F6. RGB value is (163,115,246). Sum of RGB (Red+Green+Blue) = 163+115+246=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #A373F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373F6 is #5C8C09. Grayscale: #8F8F8F. Windows color (decimal): -6065162 or 16151459. OLE color: 16151459.

HSL color Cylindrical-coordinate representation of color #A373F6: hue angle of 261.98º 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 #A373F6 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163115246-
CMYK0.340.5300.04
HSL261.98º87.92%70.78%-
HSV(B)261.98º53.25%96.47%-
XYZ37.8726.790.35-
YUV144.29185.4141.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=31.11%
G=21.95%
B=46.95%

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
Decimal1631152460.340.5300.04261.9887.9270.78
HexA373F62235041065847
Octal243163366426504406130107
Binary10100011111001111110110100010110101010010000011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a373f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a373f6; }

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

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

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

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

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

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

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

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