#A167F9

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

Shades of Medium Purple #A167F9

Tints of Medium Purple #A167F9

Color information

#A167F9 (or 0xA167F9) is unknown color: approx Medium Purple. HEX triplet: A1, 67 and F9. RGB value is (161,103,249). Sum of RGB (Red+Green+Blue) = 161+103+249=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #A167F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167F9 is #5E9806. Grayscale: #888888. Windows color (decimal): -6199303 or 16344993. OLE color: 16344993.

HSL color Cylindrical-coordinate representation of color #A167F9: hue angle of 263.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A167F9 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161103249-
CMYK0.350.5900.02
HSL263.84º92.41%69.02%-
HSV(B)263.84º58.63%97.65%-
XYZ36.6524.1292.35-
YUV136.99191.22145.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 103 (40.62% from 255) = 20.08%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=31.38%
G=20.08%
B=48.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611032490.350.5900.02263.8492.4169.02
HexA167F9233B021085c45
Octal241147371437302410134105
Binary1010000111001111111100110001111101101010000100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167F9; }

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

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

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

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

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

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

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

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