#A367F1

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

Shades of Medium Purple #A367F1

Tints of Medium Purple #A367F1

Color information

#A367F1 (or 0xA367F1) is unknown color: approx Medium Purple. HEX triplet: A3, 67 and F1. RGB value is (163,103,241). Sum of RGB (Red+Green+Blue) = 163+103+241=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #A367F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F1 is #5C980E. Grayscale: #888888. Windows color (decimal): -6068239 or 15820707. OLE color: 15820707.

HSL color Cylindrical-coordinate representation of color #A367F1: hue angle of 266.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A367F1 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163103241-
CMYK0.320.5700.05
HSL266.09º83.13%67.45%-
HSV(B)266.09º57.26%94.51%-
XYZ35.8323.8485.93-
YUV136.67186.88146.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=32.15%
G=20.32%
B=47.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631032410.320.5700.05266.0983.1367.45
HexA367F120390510a5343
Octal243147361407105412123103
Binary10100011110011111110001100000111001010110000101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367F1; }

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

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

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

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

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

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

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

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