#A179E1

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

Shades of Medium Purple #A179E1

Tints of Medium Purple #A179E1

Color information

#A179E1 (or 0xA179E1) is unknown color: approx Medium Purple. HEX triplet: A1, 79 and E1. RGB value is (161,121,225). Sum of RGB (Red+Green+Blue) = 161+121+225=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #A179E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179E1 is #5E861E. Grayscale: #909090. Windows color (decimal): -6194719 or 14776737. OLE color: 14776737.

HSL color Cylindrical-coordinate representation of color #A179E1: hue angle of 263.08º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A179E1 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161121225-
CMYK0.280.4600.12
HSL263.08º63.41%67.84%-
HSV(B)263.08º46.22%88.24%-
XYZ35.1326.6974.53-
YUV144.82173.25139.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=31.76%
G=23.87%
B=44.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611212250.280.4600.12263.0863.4167.84
HexA179E11C2E0C1073f44
Octal241171341345601440777104
Binary1010000111110011110000111100101110011001000001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179E1; }

 p { color: rgb(161,121,225); }

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

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

 a { background-color: rgb(161,121,225); }

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

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

 span { border-color: rgb(161,121,225); }

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