#A167F7

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

Shades of Medium Purple #A167F7

Tints of Medium Purple #A167F7

Color information

#A167F7 (or 0xA167F7) is unknown color: approx Medium Purple. HEX triplet: A1, 67 and F7. RGB value is (161,103,247). Sum of RGB (Red+Green+Blue) = 161+103+247=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #A167F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167F7 is #5E9808. Grayscale: #888888. Windows color (decimal): -6199305 or 16213921. OLE color: 16213921.

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

Color convert

RGB161103247-
CMYK0.350.5800.03
HSL264.17º90%68.63%-
HSV(B)264.17º58.3%96.86%-
XYZ36.3423.9990.71-
YUV136.76190.22145.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=31.51%
G=20.16%
B=48.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1611032470.350.5800.03264.179068.63
HexA167F7233A031085a45
Octal241147367437203410132105
Binary1010000111001111111011110001111101001110000100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167F7; }

 p { color: rgb(161,103,247); }

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

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

 a { background-color: rgb(161,103,247); }

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

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

 span { border-color: rgb(161,103,247); }

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