#A178E1

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

Shades of Medium Purple #A178E1

Tints of Medium Purple #A178E1

Color information

#A178E1 (or 0xA178E1) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and E1. RGB value is (161,120,225). Sum of RGB (Red+Green+Blue) = 161+120+225=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #A178E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178E1 is #5E871E. Grayscale: #8F8F8F. Windows color (decimal): -6194975 or 14776481. OLE color: 14776481.

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

Color convert

RGB161120225-
CMYK0.280.4700.12
HSL263.43º63.64%67.65%-
HSV(B)263.43º46.67%88.24%-
XYZ35.0126.4574.49-
YUV144.23173.58139.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=31.82%
G=23.72%
B=44.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611202250.280.4700.12263.4363.6467.65
HexA178E11C2F0C1074044
Octal2411703413457014407100104
Binary10100001111100011100001111001011110110010000011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178E1; }

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

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

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

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

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

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

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

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