#A367F5

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

Shades of Medium Purple #A367F5

Tints of Medium Purple #A367F5

Color information

#A367F5 (or 0xA367F5) is unknown color: approx Medium Purple. HEX triplet: A3, 67 and F5. RGB value is (163,103,245). Sum of RGB (Red+Green+Blue) = 163+103+245=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #A367F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F5 is #5C980A. Grayscale: #888888. Windows color (decimal): -6068235 or 16082851. OLE color: 16082851.

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

Color convert

RGB163103245-
CMYK0.330.5800.04
HSL265.35º87.65%68.24%-
HSV(B)265.35º57.96%96.08%-
XYZ36.4424.0889.11-
YUV137.13188.88146.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=31.90%
G=20.16%
B=47.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631032450.330.5800.04265.3587.6568.24
HexA367F5213A041095844
Octal243147365417204411130104
Binary10100011110011111110101100001111010010010000100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367F5; }

 p { color: rgb(163,103,245); }

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

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

 a { background-color: rgb(163,103,245); }

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

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

 span { border-color: rgb(163,103,245); }

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