#A167E7

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

Shades of Medium Purple #A167E7

Tints of Medium Purple #A167E7

Color information

#A167E7 (or 0xA167E7) is unknown color: approx Medium Purple. HEX triplet: A1, 67 and E7. RGB value is (161,103,231). Sum of RGB (Red+Green+Blue) = 161+103+231=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #A167E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167E7 is #5E9818. Grayscale: #868686. Windows color (decimal): -6199321 or 15165345. OLE color: 15165345.

HSL color Cylindrical-coordinate representation of color #A167E7: hue angle of 267.19º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A167E7 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161103231-
CMYK0.300.5500.09
HSL267.19º72.73%65.49%-
HSV(B)267.19º55.41%90.59%-
XYZ33.9723.0578.26-
YUV134.93182.22146.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=32.53%
G=20.81%
B=46.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611032310.300.5500.09267.1972.7365.49
HexA167E71E370910b4941
Octal2411473473667011413111101
Binary10100001110011111100111111101101110100110000101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167E7; }

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

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

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

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

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

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

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

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